SecurityException.GrantedSet Proprietà

Definizione

Ottiene o imposta il set di autorizzazioni concesso dell'assembly che ha causato l'oggetto SecurityException.

public:
 property System::String ^ GrantedSet { System::String ^ get(); };
public:
 property System::String ^ GrantedSet { System::String ^ get(); void set(System::String ^ value); };
public string GrantedSet { get; }
public string GrantedSet { get; set; }
member this.GrantedSet : string
member this.GrantedSet : string with get, set
Public ReadOnly Property GrantedSet As String
Public Property GrantedSet As String

Valore della proprietà

Rappresentazione XML del set concesso dell'assembly.

Commenti

Questa proprietà potrebbe non contenere dati rilevanti nelle eccezioni di sicurezza diverse dalle eccezioni che coinvolgono controlli per .AllowPartiallyTrustedCallersAttribute

Si applica a