SamlAttributeStatement.Attributes Egenskap

Definition

Hämtar en samling attribut som är associerade med ämnet för SAML-försäkran.

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)

Egenskapsvärde

En IList<T> typ SamlAttribute som innehåller en uppsättning attribut som är associerade med ämnet.

Kommentarer

Var och SamlAttribute en kan innehålla flera attributvärden.

Varje medlem i Attributes samlingen motsvarar det <saml:Attribute> element som definieras i Intyg och protokoll för OASIS SAML-specifikationen.

Gäller för