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 集合中的每个成员都与 OASIS SAML 的断言和协议规范中定义的 <saml:Attribute>
元素相对应。