SamlAttributeStatement.Attributes 属性

定义

获取与 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> 元素相对应。

适用于