共用方式為


SamlAttributeStatement 建構函式

定義

初始化 SamlAttributeStatement 類別的新執行個體。

多載

SamlAttributeStatement()

初始化 SamlAttributeStatement 類別的新執行個體。

SamlAttributeStatement(SamlSubject, IEnumerable<SamlAttribute>)

使用指定的主體以及與該主體關聯的屬性集合,初始化 SamlAttributeStatement 類別的新執行個體。

SamlAttributeStatement()

初始化 SamlAttributeStatement 類別的新執行個體。

public:
 SamlAttributeStatement();
public SamlAttributeStatement ();
Public Sub New ()

適用於

SamlAttributeStatement(SamlSubject, IEnumerable<SamlAttribute>)

使用指定的主體以及與該主體關聯的屬性集合,初始化 SamlAttributeStatement 類別的新執行個體。

public:
 SamlAttributeStatement(System::IdentityModel::Tokens::SamlSubject ^ samlSubject, System::Collections::Generic::IEnumerable<System::IdentityModel::Tokens::SamlAttribute ^> ^ attributes);
public SamlAttributeStatement (System.IdentityModel.Tokens.SamlSubject samlSubject, System.Collections.Generic.IEnumerable<System.IdentityModel.Tokens.SamlAttribute> attributes);
new System.IdentityModel.Tokens.SamlAttributeStatement : System.IdentityModel.Tokens.SamlSubject * seq<System.IdentityModel.Tokens.SamlAttribute> -> System.IdentityModel.Tokens.SamlAttributeStatement
Public Sub New (samlSubject As SamlSubject, attributes As IEnumerable(Of SamlAttribute))

參數

samlSubject
SamlSubject

SamlSubject,它會指定宣告的主體。

attributes
IEnumerable<SamlAttribute>

型別為 IEnumerable<T>SamlAttribute,其中包含與主體關聯的屬性集合。

例外狀況

samlSubjectnull

attributes 包含的成員為 null

-或-

attributes 包含的成員數目為零。

備註

下表指定由這個建構函式之參數所設定的屬性。

屬性 參數
Attributes Attributes
SamlSubject samlSubject

適用於