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 元素。

适用于