Propriété IClaimsIdentity.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 IClaimsIdentity Dim value As String value = instance.Label instance.Label = value
Syntaxe
'Déclaration
Property Label As String
string Label { get; set; }
property String^ Label {
String^ get ();
void set (String^ value);
}
/** @property */
String get_Label ()
/** @property */
void set_Label (String value)
function get Label () : String
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
Interface IClaimsIdentity
Membres IClaimsIdentity
Espace de noms Microsoft.IdentityModel.Claims