SamlAttributeStatement.Attributes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與 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 規格中。