SignOutCleanupRequestMessage 构造函数 (Uri, String)

Initializes an instance of SignOutCleanupRequestMessage.

命名空间: Microsoft.IdentityModel.Protocols.WSFederation
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)

用法

    Dim baseUrl As Uri
Dim reply As String

Dim instance As New SignOutCleanupRequestMessage(baseUrl, reply)

语法

声明
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
)

参数

  • 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

请参见

参考

SignOutCleanupRequestMessage 类
SignOutCleanupRequestMessage 成员
Microsoft.IdentityModel.Protocols.WSFederation 命名空间