Share via


Saml2AttributeStatement.Attributes 屬性

定義

取得屬性陳述式中所包含屬性的集合。 這些屬性會和判斷提示主旨相關聯。 [Saml2Core, 2.7.3]

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

屬性值

包含陳述式中屬性的 Saml2Attribute 型別集合。

備註

集合包含 AttributeStatement 元素中包含的 Attribute 元素。

適用於