Initializes an instance of
ClaimsIdentity
using the name and authentication type from the specified
IIdentity instance.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim identity As IIdentity
Dim instance As New ClaimsIdentity(identity)
|
Синтаксис
Visual Basic |
Public Sub New ( _
identity As IIdentity _
)
|
C# |
public ClaimsIdentity (
IIdentity identity
)
|
C++ |
public:
ClaimsIdentity (
IIdentity^ identity
)
|
J# |
public ClaimsIdentity (
IIdentity identity
)
|
JScript |
public function ClaimsIdentity (
identity : IIdentity
)
|
Параметры
- identity
-
The IIdentity to draw the name and authentication type
from.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также