Condividi tramite


Proprietà ClaimsIdentity.Label

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

Spazio dei nomi: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Utilizzo

    Dim instance As ClaimsIdentity
Dim value As String

value = instance.Label

instance.Label = value

Sintassi

'Dichiarazione
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)

Valore proprietà

Returns String.

Thread safety

Alcuni membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non esiste garanzia che tutti i membri di istanza siano thread-safe.

Piattaforme

Piattaforme di sviluppo

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Vedere anche

Riferimento

Classe ClaimsIdentity
Membri ClaimsIdentity
Spazio dei nomi Microsoft.IdentityModel.Claims