Initializes an instance of SignInResponseMessage.
Пространство имен: Microsoft.IdentityModel.Protocols.WSFederation
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim baseUrl As Uri
Dim result As String

Dim instance As New SignInResponseMessage(baseUrl, result)

Синтаксис

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
)

Параметры

baseUrl

Base URL to which the SignInResponse message is intended.

result

The wresult parameter in the message.

Исключения

Тип исключений Условие
ArgumentException

The result parameter is null or empty.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также