SecurityException.GrantedSet Proprietà

Definizione

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

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

Valore della proprietà

String

Rappresentazione XML del set di autorizzazioni concesse dell'assembly.

Commenti

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

Si applica a