Construct an proof token based on a key
identifier.
Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Syntax
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
)
|
Parameters
- keyIdentifier
-
The key identifier 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