SignInResponseMessage Constructor (Uri, Uri)

Initializes an instance of SignInResponseMessage.

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

Usage

    Dim baseUrl As Uri
Dim resultPtr As Uri

Dim instance As New SignInResponseMessage(baseUrl, resultPtr)

Syntax

'Declaration
Public Sub New ( _
    baseUrl As Uri, _
    resultPtr As Uri _
)
public SignInResponseMessage (
    Uri baseUrl,
    Uri resultPtr
)
public:
SignInResponseMessage (
    Uri^ baseUrl, 
    Uri^ resultPtr
)
public SignInResponseMessage (
    Uri baseUrl, 
    Uri resultPtr
)
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

Reference

SignInResponseMessage Class
SignInResponseMessage Members
Microsoft.IdentityModel.Protocols.WSFederation Namespace