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

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

Visual Basic
Dim baseUrl As Uri
Dim resultPtr As Uri

Dim instance As New SignInResponseMessage(baseUrl, resultPtr)

Синтаксис

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
)

Параметры

baseUrl

Base URL to which the SignInResponse message is intended.

resultPtr

wresult parameter in the message.

Исключения

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

resultPtr parameter is null.

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также