Udostępnij za pośrednictwem


Saml2AttributeStatement.Attributes Właściwość

Definicja

Pobiera kolekcję atrybutów zawartych w instrukcji atrybutu. Te atrybuty są skojarzone z podmiotem asercji. [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)

Wartość właściwości

Kolekcja typu Saml2Attribute , która zawiera atrybuty w instrukcji .

Uwagi

Kolekcja zawiera elementy Atrybut zawarte w elemecie AttributeStatement.

Dotyczy