RequestedProofToken Constructor (ProtectedKey)

Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

    Dim protectedKey As ProtectedKey

Dim instance As New RequestedProofToken(protectedKey)

Syntax

'Declaration
Public Sub New ( _
    protectedKey As ProtectedKey _
)
public RequestedProofToken (
    ProtectedKey protectedKey
)
public:
RequestedProofToken (
    ProtectedKey^ protectedKey
)
public RequestedProofToken (
    ProtectedKey protectedKey
)
public function RequestedProofToken (
    protectedKey : ProtectedKey
)

Parameters

  • protectedKey
     

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also

Reference

RequestedProofToken Class
RequestedProofToken Members
Microsoft.IdentityModel.Protocols.WSTrust Namespace