WindowsClaimsPrincipal Constructor (WindowsIdentity)
Initializes an instance of the WindowsClaimsPrincipal.
Namespace: Microsoft.IdentityModel.Claims
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Dim identity As WindowsIdentity
Dim instance As New WindowsClaimsPrincipal(identity)
Syntax
'Declaration
Public Sub New ( _
identity As WindowsIdentity _
)
public WindowsClaimsPrincipal (
WindowsIdentity identity
)
public:
WindowsClaimsPrincipal (
WindowsIdentity^ identity
)
public WindowsClaimsPrincipal (
WindowsIdentity identity
)
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
Reference
WindowsClaimsPrincipal Class
WindowsClaimsPrincipal Members
Microsoft.IdentityModel.Claims Namespace