WindowsClaimsPrincipal (Constructor, (WindowsIdentity))
Initializes an instance of the WindowsClaimsPrincipal.
Espacio de nombres: Microsoft.IdentityModel.Claims
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim identity As WindowsIdentity Dim instance As New WindowsClaimsPrincipal(identity)
Sintaxis
'Declaración
Public Sub New ( _
identity As WindowsIdentity _
)
public WindowsClaimsPrincipal (
WindowsIdentity identity
)
public:
WindowsClaimsPrincipal (
WindowsIdentity^ identity
)
public WindowsClaimsPrincipal (
WindowsIdentity identity
)
public function WindowsClaimsPrincipal (
identity : WindowsIdentity
)
Parámetros
- identity
The WindowsIdentity with which to initialize the object.
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
WindowsClaimsPrincipal (Clase)
WindowsClaimsPrincipal (Miembros)
Microsoft.IdentityModel.Claims (Espacio de nombres)