SamlAttributeStatement.Attributes Właściwość

Definicja

Pobiera kolekcję atrybutów skojarzonych z tematem asercji 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)

Wartość właściwości

IList<SamlAttribute>

Typ, IList<T> który zawiera zestaw atrybutów SamlAttribute skojarzonych z podmiotem.

Uwagi

Każda SamlAttribute z nich może zawierać wiele wartości atrybutów.

Każdy element członkowski kolekcji odpowiada elementowi zdefiniowanemu w asercjach i protokole dla Attributes <saml:Attribute> specyfikacji SAML protokołu SSL.

Dotyczy