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

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

Visual Basic
Dim identity As WindowsIdentity

Dim instance As New WindowsClaimsPrincipal(identity)

Синтаксис

Visual Basic
Public Sub New ( _
		identity As WindowsIdentity _
)
C#
public WindowsClaimsPrincipal (
		WindowsIdentity identity
)
C++
public:
WindowsClaimsPrincipal (
		WindowsIdentity^ identity
)
J#
public WindowsClaimsPrincipal (
		WindowsIdentity identity
)
JScript
public function WindowsClaimsPrincipal (
		identity : WindowsIdentity
)

Параметры

identity

The WindowsIdentity with which to initialize the object.

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также