Construct an proof token based on a key identifier.
Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim keyIdentifier As SecurityKeyIdentifier

Dim instance As New AsymmetricProofDescriptor(keyIdentifier)

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