HostProtectionAttribute.SecurityInfrastructure Propriedade

Definição

Recebe ou define um valor que indica se a infraestrutura de segurança está exposta.

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

Valor de Propriedade

true se a infraestrutura de segurança estiver exposta; caso contrário, false. A predefinição é false.

Atributos

Observações

O uso de um WindowsIdentity objeto para se fazer passar por um utilizador é um exemplo de exposição da infraestrutura de segurança.

Aplica-se a

Ver também