Saml2AttributeStatement.Attributes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此特属性语句中包含的属性集。 这些属性与断言主题有关。 [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 元素。