ClaimsIdentity (Constructor, (IIdentity))
Initializes an instance of ClaimsIdentity using the name and authentication type from the specified IIdentity instance.
Espacio de nombres: Microsoft.IdentityModel.Claims
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim identity As IIdentity Dim instance As New ClaimsIdentity(identity)
Sintaxis
'Declaración
Public Sub New ( _
identity As IIdentity _
)
public ClaimsIdentity (
IIdentity identity
)
public:
ClaimsIdentity (
IIdentity^ identity
)
public ClaimsIdentity (
IIdentity identity
)
public function ClaimsIdentity (
identity : IIdentity
)
Parámetros
- identity
The IIdentity to draw the name and authentication type from.
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
ClaimsIdentity (Clase)
ClaimsIdentity (Miembros)
Microsoft.IdentityModel.Claims (Espacio de nombres)