Initializes an instance of the
WindowsClaimsPrincipal.
Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Syntax
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
)
|
Parameters
- identity
-
The WindowsIdentity with which to initialize the
object.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also