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 resultPtr As Uri

Dim instance As New SignInResponseMessage(baseUrl, resultPtr)

Syntax

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

Parameters

baseUrl

Base URL to which the SignInResponse message is intended.

resultPtr

wresult parameter in the message.

Exceptions

Exception type Condition
ArgumentNullException

resultPtr parameter is null.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also