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

Usage

Visual Basic
Dim baseUrl As Uri
Dim realm As String
Dim reply As String

Dim instance As New SignInRequestMessage(baseUrl, realm, reply)

Syntax

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

Parameters

baseUrl
realm
reply

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also