RequestSecurityTokenResponse Constructor (WSTrustMessage)

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

Usage

    Dim message As WSTrustMessage

Dim instance As New RequestSecurityTokenResponse(message)

Syntax

'Declaration
Public Sub New ( _
    message As WSTrustMessage _
)
public RequestSecurityTokenResponse (
    WSTrustMessage message
)
public:
RequestSecurityTokenResponse (
    WSTrustMessage^ message
)
public RequestSecurityTokenResponse (
    WSTrustMessage message
)
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

Reference

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