WindowsClaimsIdentity (Constructor, (IntPtr, String))
Initializes an instance of WindowsClaimsIdentity.
Espacio de nombres: Microsoft.IdentityModel.Claims
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim userToken As IntPtr Dim authenticationType As String Dim instance As New WindowsClaimsIdentity(userToken, authenticationType)
Sintaxis
'Declaración
Public Sub New ( _
userToken As IntPtr, _
authenticationType As String _
)
public WindowsClaimsIdentity (
IntPtr userToken,
string authenticationType
)
public:
WindowsClaimsIdentity (
IntPtr userToken,
String^ authenticationType
)
public WindowsClaimsIdentity (
IntPtr userToken,
String authenticationType
)
public function WindowsClaimsIdentity (
userToken : IntPtr,
authenticationType : String
)
Parámetros
- userToken
The user token to use for this WindowsClaimsIdentity.
- authenticationType
The authentication method used to authenticate this 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
WindowsClaimsIdentity (Clase)
WindowsClaimsIdentity (Miembros)
Microsoft.IdentityModel.Claims (Espacio de nombres)