Saml2Action 构造函数

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

用法

    Dim value As String
Dim actionNamespace As Uri

Dim instance As New Saml2Action(value, actionNamespace)

语法

声明
Public Sub New ( _
    value As String, _
    actionNamespace As Uri _
)
public Saml2Action (
    string value,
    Uri actionNamespace
)
public:
Saml2Action (
    String^ value, 
    Uri^ actionNamespace
)
public Saml2Action (
    String value, 
    Uri actionNamespace
)
public function Saml2Action (
    value : String, 
    actionNamespace : Uri
)

参数

  • value
     
  • actionNamespace
     

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

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

请参见

参考

Saml2Action 类
Saml2Action 成员
Microsoft.IdentityModel.Tokens.Saml2 命名空间