ClaimsIdentity (Constructor, (String))
Initializes an instance of T:Microsoft.IdentityModel.Claims.ClaimsIdentity with an empty T:Microsoft.IdentityModel.Claims.Claim collection and the specified authentication type.
Espacio de nombres: Microsoft.IdentityModel.Claims
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim authenticationType As String Dim instance As New ClaimsIdentity(authenticationType)
Sintaxis
'Declaración
Public Sub New ( _
authenticationType As String _
)
public ClaimsIdentity (
string authenticationType
)
public:
ClaimsIdentity (
String^ authenticationType
)
public ClaimsIdentity (
String authenticationType
)
public function ClaimsIdentity (
authenticationType : String
)
Parámetros
- authenticationType
The method used for authenticating the user.
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
ClaimsIdentity (Clase)
ClaimsIdentity (Miembros)
Microsoft.IdentityModel.Claims (Espacio de nombres)