Construct an proof token based on a key identifier.
Пространство имен: Microsoft.IdentityModel.Tokens
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Синтаксис
Visual Basic |
Public Sub New ( _
keyIdentifier As SecurityKeyIdentifier _
)
|
C# |
public AsymmetricProofDescriptor (
SecurityKeyIdentifier keyIdentifier
)
|
C++ |
public:
AsymmetricProofDescriptor (
SecurityKeyIdentifier^ keyIdentifier
)
|
J# |
public AsymmetricProofDescriptor (
SecurityKeyIdentifier keyIdentifier
)
|
JScript |
public function AsymmetricProofDescriptor (
keyIdentifier : SecurityKeyIdentifier
)
|
Параметры
- keyIdentifier
-
The key identifier on which to construct the proof token.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также