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