SignOutCleanupRequestMessage Constructor (Uri, String)
Initializes an instance of SignOutCleanupRequestMessage.
Namespace: Microsoft.IdentityModel.Protocols.WSFederation
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Dim baseUrl As Uri
Dim reply As String
Dim instance As New SignOutCleanupRequestMessage(baseUrl, reply)
Syntax
'Declaration
Public Sub New ( _
baseUrl As Uri, _
reply As String _
)
public SignOutCleanupRequestMessage (
Uri baseUrl,
string reply
)
public:
SignOutCleanupRequestMessage (
Uri^ baseUrl,
String^ reply
)
public SignOutCleanupRequestMessage (
Uri baseUrl,
String reply
)
public function SignOutCleanupRequestMessage (
baseUrl : Uri,
reply : String
)
Parameters
- baseUrl
Base URL to which the SignOut Cleanup message is intended.
- reply
The wreply string that represents the Url to which reply is to be sent.
Exceptions
| Exception type | Condition |
|---|---|
| ArgumentException | The 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
Reference
SignOutCleanupRequestMessage Class
SignOutCleanupRequestMessage Members
Microsoft.IdentityModel.Protocols.WSFederation Namespace