Compartir a través de


IClaimsIdentity.Label (Propiedad)

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

Espacio de nombres: Microsoft.IdentityModel.Claims
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim instance As IClaimsIdentity
Dim value As String

value = instance.Label

instance.Label = value

Sintaxis

'Declaración
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)

Valor de propiedad

Returns String.

Notas

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

Seguridad para subprocesos

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Server 2003, Windows Vista

Target Platforms

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

Vea también

Referencia

IClaimsIdentity (Interfaz)
IClaimsIdentity (Miembros)
Microsoft.IdentityModel.Claims (Espacio de nombres)