ClaimTypes.Authentication Propiedad

Definición

Obtiene el URI de una notificación que especifica detalles sobre si se autentica una identidad.

public:
 static property System::String ^ Authentication { System::String ^ get(); };
public static string Authentication { get; }
static member Authentication : string
Public Shared ReadOnly Property Authentication As String

Valor de propiedad

Identificador URI de una notificación que especifica detalles sobre si se autentica una identidad.

Comentarios

La cadena devuelta por esta propiedad es http://schemas.xmlsoap.org/ws/2005/05/identity/claims/authentication.

Se aplica a

Consulte también