Пространство имен: Microsoft.IdentityModel.Tokens
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim keyIdentifierClause As SecurityKeyIdentifierClause
Dim key As SecurityKey
Dim returnValue As Boolean
returnValue = Me.TryResolveSecurityKeyCore(keyIdentifierClause, key)
|
Синтаксис
Visual Basic |
Protected Overrides Function TryResolveSecurityKeyCore ( _
keyIdentifierClause As SecurityKeyIdentifierClause, _
<OutAttribute> ByRef key As SecurityKey _
) As Boolean
|
C# |
protected override bool TryResolveSecurityKeyCore (
SecurityKeyIdentifierClause keyIdentifierClause,
out SecurityKey key
)
|
C++ |
protected:
virtual bool TryResolveSecurityKeyCore (
SecurityKeyIdentifierClause^ keyIdentifierClause,
[OutAttribute] SecurityKey^% key
) override
|
J# |
protected boolean TryResolveSecurityKeyCore (
SecurityKeyIdentifierClause keyIdentifierClause,
/** @attribute OutAttribute() */ /** @ref */ SecurityKey key
)
|
Параметры
- keyIdentifierClause
- key
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также