Creates the appropriate implementation of an IClaimsPrincipal base
on the type of the specified IIdentity (e.g. WindowsClaimsPrincipal
for a WindowsIdentity). Note the appropriate IClaimsIdentity is
generated based on the specified IIdentity as well.
Пространство имен: Microsoft.IdentityModel.Claims
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim identity As IIdentity
Dim windowsIssuerName As String
Dim returnValue As IClaimsPrincipal
returnValue = ClaimsPrincipal.CreateFromIdentity(identity, windowsIssuerName)
|
Синтаксис
Visual Basic |
Public Shared Function CreateFromIdentity ( _
identity As IIdentity, _
windowsIssuerName As String _
) As IClaimsPrincipal
|
C# |
public static IClaimsPrincipal CreateFromIdentity (
IIdentity identity,
string windowsIssuerName
)
|
C++ |
public:
static IClaimsPrincipal^ CreateFromIdentity (
IIdentity^ identity,
String^ windowsIssuerName
)
|
J# |
public static IClaimsPrincipal CreateFromIdentity (
IIdentity identity,
String windowsIssuerName
)
|
JScript |
public static function CreateFromIdentity (
identity : IIdentity,
windowsIssuerName : String
) : IClaimsPrincipal
|
Параметры
- identity
-
An implementation of IIdentity.
- windowsIssuerName
-
The issuer name to use for Windows claims.
Возвращаемое значение
A claims-based principal.
Исключения
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также