Initializes an instance of
SignOutCleanupRequestMessage.
Пространство имен:
Microsoft.IdentityModel.Protocols.WSFederation
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Синтаксис
Visual Basic |
Public Sub New ( _
baseUrl As Uri, _
reply As String _
)
|
C# |
public SignOutCleanupRequestMessage (
Uri baseUrl,
string reply
)
|
C++ |
public:
SignOutCleanupRequestMessage (
Uri^ baseUrl,
String^ reply
)
|
J# |
public SignOutCleanupRequestMessage (
Uri baseUrl,
String reply
)
|
JScript |
public function SignOutCleanupRequestMessage (
baseUrl : Uri,
reply : String
)
|
Параметры
- 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.
Исключения
Тип исключений |
Условие |
ArgumentException
|
The reply parameter is either empty or null.
|
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также