Initializes an instance of SignInResponseMessage.
命名空间: Microsoft.IdentityModel.Protocols.WSFederation
程序集: Microsoft.IdentityModel(microsoft.identitymodel.dll 中)
用法
Dim baseUrl As Uri Dim result As String Dim instance As New SignInResponseMessage(baseUrl, result)
语法
声明
Public Sub New ( _
baseUrl As Uri, _
result As String _
)
public SignInResponseMessage (
Uri baseUrl,
string result
)
public:
SignInResponseMessage (
Uri^ baseUrl,
String^ result
)
public SignInResponseMessage (
Uri baseUrl,
String result
)
public function SignInResponseMessage (
baseUrl : Uri,
result : String
)
参数
- baseUrl
Base URL to which the SignInResponse message is intended.
- result
The wresult parameter in the message.
异常
| 异常类型 | 条件 |
|---|---|
| ArgumentException | The result parameter is null or empty. |
平台
开发平台
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
请参见
参考
SignInResponseMessage 类
SignInResponseMessage 成员
Microsoft.IdentityModel.Protocols.WSFederation 命名空间