IClaimsIdentity.NameClaimType (Propiedad)
The assigned Claim type to be used as the IIdentity.Name property. It is represented as a string.
Espacio de nombres: Microsoft.IdentityModel.Claims
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As IClaimsIdentity Dim value As String value = instance.NameClaimType instance.NameClaimType = value
Sintaxis
'Declaración
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)
Valor de propiedad
Returns String.
Notas
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.
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)