UseKey Constructor (SecurityKeyIdentifier)

Use this constructor if the requestor knows how to convert the token to a ski or it is already a ski

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

Usage

    Dim ski As SecurityKeyIdentifier

Dim instance As New UseKey(ski)

Syntax

'Declaration
Public Sub New ( _
    ski As SecurityKeyIdentifier _
)
public UseKey (
    SecurityKeyIdentifier ski
)
public:
UseKey (
    SecurityKeyIdentifier^ ski
)
public UseKey (
    SecurityKeyIdentifier ski
)
public function UseKey (
    ski : SecurityKeyIdentifier
)

Parameters

  • ski
    the security key identifier which represents on whose behalf the request is being made

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also

Reference

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