HostProtectionAttribute.SecurityInfrastructure Propiedad

Definición

Obtiene o establece un valor que indica si se expone la infraestructura de seguridad.

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 propiedad

true si se expone la infraestructura de seguridad; de lo contrario, false. El valor predeterminado es false.

Atributos

Comentarios

El uso de un WindowsIdentity objeto para suplantar a un usuario es un ejemplo de exposición de la infraestructura de seguridad.

Se aplica a

Consulte también