SamlAttributeStatement.Attributes Özellik

Tanım

SAML onayının konusuyla ilişkili öznitelik koleksiyonunu alır.

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)

Özellik Değeri

IList<T> Konu ile ilişkilendirilmiş öznitelik kümesini içeren bir türSamlAttribute.

Açıklamalar

Her SamlAttribute birinin birden çok öznitelik değeri olabilir.

Koleksiyonun Attributes her üyesi OASIS SAML belirtimi için Onaylar ve Protokol'de tanımlanan öğeye karşılık gelir <saml:Attribute> .

Şunlara uygulanır