Use this constructor if the serializer wants to pass more info to the STS
Namespace: Microsoft.IdentityModel.Protocols.WSTrust
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim ski As SecurityKeyIdentifier
Dim token As SecurityToken

Dim instance As New UseKey(ski, token)

Syntax

Visual Basic
Public Sub New ( _
		ski As SecurityKeyIdentifier, _
		token As SecurityToken _
)
C#
public UseKey (
		SecurityKeyIdentifier ski,
		SecurityToken token
)
C++
public:
UseKey (
		SecurityKeyIdentifier^ ski, 
		SecurityToken^ token
)
J#
public UseKey (
		SecurityKeyIdentifier ski, 
		SecurityToken token
)
JScript
public function UseKey (
		ski : SecurityKeyIdentifier, 
		token : SecurityToken
)

Parameters

ski

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

token

the token which represents 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