Initializes an instance of
SignOutRequestMessage.
Namespace:
Microsoft.IdentityModel.Protocols.WSFederation
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim baseUrl As Uri
Dim reply As String
Dim instance As New SignOutRequestMessage(baseUrl, reply)
|
Syntax
Visual Basic |
Public Sub New ( _
baseUrl As Uri, _
reply As String _
)
|
C# |
public SignOutRequestMessage (
Uri baseUrl,
string reply
)
|
C++ |
public:
SignOutRequestMessage (
Uri^ baseUrl,
String^ reply
)
|
J# |
public SignOutRequestMessage (
Uri baseUrl,
String reply
)
|
JScript |
public function SignOutRequestMessage (
baseUrl : Uri,
reply : String
)
|
Parameters
- baseUrl
-
Base Url to which this message is intended.
- reply
-
wreply parameter of the message.
Exceptions
Exception type |
Condition |
ArgumentException
|
reply parameter is either Empty or Null.
|
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also