Sdílet prostřednictvím


SamlAttributeStatement.Attributes Vlastnost

Definice

Získá kolekci atributů přidružených k předmětu výrazu SAML.

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)

Hodnota vlastnosti

Typ IList<T>SamlAttribute , který obsahuje sadu atributů přidružených k předmětu.

Poznámky

Každý z nich SamlAttribute může obsahovat více hodnot atributů.

Každý člen Attributes kolekce odpovídá elementu <saml:Attribute> , který je definován v kontrolních výrazech a protokolu pro specifikaci OASIS SAML.

Platí pro