Initializes an instance of SignInResponseMessage.
Namespace: Microsoft.IdentityModel.Protocols.WSFederation
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim baseUrl As Uri
Dim result As String

Dim instance As New SignInResponseMessage(baseUrl, result)

Syntax

Visual Basic
Public Sub New ( _
		baseUrl As Uri, _
		result As String _
)
C#
public SignInResponseMessage (
		Uri baseUrl,
		string result
)
C++
public:
SignInResponseMessage (
		Uri^ baseUrl, 
		String^ result
)
J#
public SignInResponseMessage (
		Uri baseUrl, 
		String result
)
JScript
public function SignInResponseMessage (
		baseUrl : Uri, 
		result : String
)

Parameters

baseUrl

Base URL to which the SignInResponse message is intended.

result

The wresult parameter in the message.

Exceptions

Exception type Condition
ArgumentException

The result parameter is null or empty.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also