Initializes an instance of WindowsClaimsIdentity.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim userToken As IntPtr
Dim authenticationType As String

Dim instance As New WindowsClaimsIdentity(userToken, authenticationType)

Синтаксис

Visual Basic
Public Sub New ( _
		userToken As IntPtr, _
		authenticationType As String _
)
C#
public WindowsClaimsIdentity (
		IntPtr userToken,
		string authenticationType
)
C++
public:
WindowsClaimsIdentity (
		IntPtr userToken, 
		String^ authenticationType
)
J#
public WindowsClaimsIdentity (
		IntPtr userToken, 
		String authenticationType
)
JScript
public function WindowsClaimsIdentity (
		userToken : IntPtr, 
		authenticationType : String
)

Параметры

userToken

The user token to use for this WindowsClaimsIdentity.

authenticationType

The authentication method used to authenticate this user.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также