Construct a proof token based on an RSA
algorithm.
Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Syntax
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
)
|
Parameters
- rsaAlgorithm
-
The RSA algorithm on which to construct the proof token.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also