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

Visual Basic
Dim ski As SecurityKeyIdentifier

Dim instance As New UseKey(ski)

Syntax

Visual Basic
Public Sub New ( _
		ski As SecurityKeyIdentifier _
)
C#
public UseKey (
		SecurityKeyIdentifier ski
)
C++
public:
UseKey (
		SecurityKeyIdentifier^ ski
)
J#
public UseKey (
		SecurityKeyIdentifier ski
)
JScript
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