Saml2AttributeStatement.Attributes Egenskap

Definition

Hämtar samlingen med attribut som finns i attribututdraget. Dessa attribut är associerade med kontrollämnet. [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)

Egenskapsvärde

En samling av typen Saml2Attribute som innehåller attributen i -instruktionen.

Kommentarer

Samlingen innehåller attributelementen i elementet AttributeStatement.

Gäller för