WindowsClaimsIdentity.NameClaimType (Propiedad)
Claim type used for IIdentity.Name and represented as a string.
Espacio de nombres: Microsoft.IdentityModel.Claims
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As WindowsClaimsIdentity Dim value As String value = instance.NameClaimType instance.NameClaimType = value
Sintaxis
'Declaración
Public Property NameClaimType As String
public string NameClaimType { get; set; }
public:
virtual property String^ NameClaimType {
String^ get () sealed;
void set (String^ value) sealed;
}
/** @property */
public final String get_NameClaimType ()
/** @property */
public final void set_NameClaimType (String value)
public final function get NameClaimType () : String
public final 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
WindowsClaimsIdentity (Clase)
WindowsClaimsIdentity (Miembros)
Microsoft.IdentityModel.Claims (Espacio de nombres)