共用方式為


SamlAttributeStatement.Attributes 屬性

定義

取得與 SAML 判斷提示之主體關聯的屬性集合。

public:
 property System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAttribute ^> ^ Attributes { System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAttribute ^> ^ get(); };
public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAttribute> Attributes { get; }
member this.Attributes : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAttribute>
Public ReadOnly Property Attributes As IList(Of SamlAttribute)

屬性值

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

備註

每個 SamlAttribute 可以包含多個屬性值。

Attributes 集合中的每個成員會對應到 <saml:Attribute> 項目,而該項目已定義在 Assertions and Protocol for the OASIS SAML 規格中。

適用於