Propriété ClaimsIdentity.AuthenticationType
Gets the type of authentication used.
Espace de noms: Microsoft.IdentityModel.Claims
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
Dim instance As ClaimsIdentity Dim value As String value = instance.AuthenticationType
Syntaxe
'Déclaration
Public ReadOnly Property AuthenticationType As String
public string AuthenticationType { get; }
public:
virtual property String^ AuthenticationType {
String^ get () sealed;
}
/** @property */
public final String get_AuthenticationType ()
public final function get AuthenticationType () : String
Valeur de la propriété
Returns T:System.String.
Cohérence de thread
Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.
Plateformes
Plateformes de développement
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Voir aussi
Référence
Classe ClaimsIdentity
Membres ClaimsIdentity
Espace de noms Microsoft.IdentityModel.Claims