Partager via


Propriété IClaimsIdentity.NameClaimType

The assigned Claim type to be used as the IIdentity.Name property. It is represented as a string.

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

Utilisation

    Dim instance As IClaimsIdentity
Dim value As String

value = instance.NameClaimType

instance.NameClaimType = value

Syntaxe

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

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

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

Interface IClaimsIdentity
Membres IClaimsIdentity
Espace de noms Microsoft.IdentityModel.Claims