Partager via


Propriété WindowsClaimsIdentity.NameClaimType

Claim type used for IIdentity.Name and represented as a string.

Espace de noms: Microsoft.IdentityModel.Claims
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim instance As WindowsClaimsIdentity
Dim value As String

value = instance.NameClaimType

instance.NameClaimType = value

Syntaxe

'Déclaration
Public Property NameClaimType As String
public string NameClaimType { get; set; }
public:
virtual property String^ NameClaimType {
    String^ get () sealed;
    void set (String^ value) sealed;
}
/** @property */
public final String get_NameClaimType ()

/** @property */
public final void set_NameClaimType (String value)
public final function get NameClaimType () : String

public final function set NameClaimType (value : String)

Valeur de la propriété

Returns String.

Remarques

Name of the ClaimType used for this string. This property is used in conjunction with IIdentity.Name and applications can use this property to personalize identity of the subject.

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 WindowsClaimsIdentity
Membres WindowsClaimsIdentity
Espace de noms Microsoft.IdentityModel.Claims