HostProtectionAttribute.SecurityInfrastructure Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.