Share via


Saml2AttributeStatement.Attributes Eigenschaft

Definition

Ruft die Auflistung der Attribute ab, die in der Attributanweisung enthalten sind. Diese Attribute werden mit dem Assertionsbetreff zugeordnet. [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)

Eigenschaftswert

Eine Sammlung vom Typ Saml2Attribute, die die Attribute in der Anweisung enthält.

Hinweise

Die Auflistung enthält die Attribute-Elemente, die im AttributStatement-Element enthalten sind.

Gilt für: