Saml2Attribute 构造函数 (String, String)

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

用法

    Dim name As String
Dim value As String

Dim instance As New Saml2Attribute(name, value)

语法

声明
Public Sub New ( _
    name As String, _
    value As String _
)
public Saml2Attribute (
    string name,
    string value
)
public:
Saml2Attribute (
    String^ name, 
    String^ value
)
public Saml2Attribute (
    String name, 
    String value
)
public function Saml2Attribute (
    name : String, 
    value : String
)

参数

  • name
     
  • value
     

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

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

请参见

参考

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