SecurityException.RefusedSet Proprietà

Definizione

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

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

Valore della proprietà

Rappresentazione XML del set di autorizzazioni rifiutato 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