Status 构造函数

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

用法

    Dim code As String
Dim reason As String

Dim instance As New Status(code, reason)

语法

声明
Public Sub New ( _
    code As String, _
    reason As String _
)
public Status (
    string code,
    string reason
)
public:
Status (
    String^ code, 
    String^ reason
)
public Status (
    String code, 
    String reason
)
public function Status (
    code : String, 
    reason : String
)

参数

  • code
     
  • reason
     

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

请参见

参考

Status 类
Status 成员
Microsoft.IdentityModel.Protocols.WSTrust 命名空间