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

Usage

Visual Basic
Dim baseUrl As Uri
Dim realm As String

Dim instance As New SignInRequestMessage(baseUrl, realm)

Syntax

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

Parameters

baseUrl
realm

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also