HostProtectionAttribute.SecurityInfrastructure Propriedade

Definição

Obtém ou define um valor que indica se a infraestrutura de segurança é 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 da propriedade

true se a infraestrutura de segurança for exposta; caso contrário, false. O padrão é false.

Atributos

Comentários

O uso de um WindowsIdentity objeto para representar um usuário é um exemplo de expor a infraestrutura de segurança.

Aplica-se a

Confira também