Partager via


Propriété WindowsClaimsIdentity.Label

A string label for the user who is represented by this IClaimsIdentity.

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

Utilisation

    Dim instance As WindowsClaimsIdentity
Dim value As String

value = instance.Label

instance.Label = value

Syntaxe

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

/** @property */
public final void set_Label (String value)
public final function get Label () : String

public final function set Label (value : String)

Valeur de la propriété

Returns String.

Remarques

This property can be used to assign a personalized name for the subject that this IClaimsIdentity represents.

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