SamlAttributeStatement.Attributes Property

Definition

Gets a collection of attributes associated with the subject of the SAML assertion.

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)

Property Value

An IList<T> of type SamlAttribute that contains a set of attributes associated with the subject.

Remarks

Each SamlAttribute may contain multiple attribute values.

Each member of the Attributes collection corresponds to the <saml:Attribute> element that is defined in the Assertions and Protocol for the OASIS SAML specification.

Applies to