HostProtectionAttribute.SecurityInfrastructure Proprietà

Definizione

Ottiene o imposta un valore che indica se l'infrastruttura di sicurezza è esposta.

public:
 property bool SecurityInfrastructure { bool get(); void set(bool value); };
public bool SecurityInfrastructure { get; set; }
[System.Runtime.InteropServices.ComVisible(true)]
public bool SecurityInfrastructure { get; set; }
member this.SecurityInfrastructure : bool with get, set
[<System.Runtime.InteropServices.ComVisible(true)>]
member this.SecurityInfrastructure : bool with get, set
Public Property SecurityInfrastructure As Boolean

Valore della proprietà

true se l'infrastruttura di sicurezza è esposta; in caso contrario, false. Il valore predefinito è false.

Attributi

Commenti

L'uso di un WindowsIdentity oggetto per rappresentare un utente è un esempio di esposizione dell'infrastruttura di sicurezza.

Si applica a

Vedi anche