ClaimsIdentity.IsAuthenticated (Propiedad)
Gets a value that indicates whether the user has been authenticated.
Espacio de nombres: Microsoft.IdentityModel.Claims
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As ClaimsIdentity Dim value As Boolean value = instance.IsAuthenticated
Sintaxis
'Declaración
Public ReadOnly Property IsAuthenticated As Boolean
public bool IsAuthenticated { get; }
public:
virtual property bool IsAuthenticated {
bool get () sealed;
}
/** @property */
public final boolean get_IsAuthenticated ()
public final function get IsAuthenticated () : boolean
Valor de propiedad
Returns Boolean. true if the user has been authenticated; otherwise, false.
Seguridad para subprocesos
Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.
Plataformas
Plataformas de desarrollo
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Vea también
Referencia
ClaimsIdentity (Clase)
ClaimsIdentity (Miembros)
Microsoft.IdentityModel.Claims (Espacio de nombres)