SamlAttributeStatement 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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,其中包含與主體關聯的屬性集合。
例外狀況
samlSubject
為 null
。
備註
下表指定由這個建構函式之參數所設定的屬性。
屬性 | 參數 |
---|---|
Attributes | Attributes |
SamlSubject | samlSubject |