SecurityException.GrantedSet Propiedad

Definición

Obtiene o establece el conjunto de permisos concedido del ensamblado que produjo la 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

Valor de propiedad

Representación XML del conjunto concedido del ensamblado.

Comentarios

Es posible que esta propiedad no contenga datos relevantes en excepciones de seguridad que no sean excepciones que impliquen comprobaciones para .AllowPartiallyTrustedCallersAttribute

Se aplica a