Saml2Attribute 构造函数 (String, 泛型 IEnumerable)

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

用法

    Dim name As String
Dim values As IEnumerable(Of String)

Dim instance As New Saml2Attribute(name, values)

语法

声明
Public Sub New ( _
    name As String, _
    values As IEnumerable(Of String) _
)
public Saml2Attribute (
    string name,
    IEnumerable<string> values
)
public:
Saml2Attribute (
    String^ name, 
    IEnumerable<String^>^ values
)
public Saml2Attribute (
    String name, 
    IEnumerable<String> values
)
public function Saml2Attribute (
    name : String, 
    values : IEnumerable<String>
)

参数

  • name
     
  • values
     

平台

开发平台

Windows Server 2003, Windows Vista

Target Platforms

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

请参见

参考

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