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

Usage

Visual Basic
Dim message As WSTrustMessage

Dim instance As New RequestSecurityTokenResponse(message)

Syntax

Visual Basic
Public Sub New ( _
		message As WSTrustMessage _
)
C#
public RequestSecurityTokenResponse (
		WSTrustMessage message
)
C++
public:
RequestSecurityTokenResponse (
		WSTrustMessage^ message
)
J#
public RequestSecurityTokenResponse (
		WSTrustMessage message
)
JScript
public function RequestSecurityTokenResponse (
		message : WSTrustMessage
)

Parameters

message

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also