SecurityException.RefusedSet Proprietà

Definizione

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

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

Valore della proprietà

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