PrincipalPermissionAttribute.Authenticated Propiedad

Definición

Obtiene o establece un valor que indica si la entidad de seguridad actual se ha autenticado por el proveedor subyacente de seguridad basada en roles.

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

Boolean

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

Se aplica a