PrincipalPermissionAttribute.Authenticated Propiedad

Definición

Obtiene o establece un valor que indica si el proveedor de seguridad basado en rol subyacente ha autenticado la entidad de seguridad actual.

public:
 property bool Authenticated { bool get(); void set(bool value); };
public bool Authenticated { get; set; }
member this.Authenticated : bool with get, set
Public Property Authenticated As Boolean

Valor de propiedad

true si se ha autenticado la entidad de seguridad actual; de lo contrario, false.

Se aplica a