SamlAttributeStatement.Attributes Propriedade

Definição

Obtém uma coleção de atributos associados ao sujeito da asserção 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)

Valor de Propriedade

Um IList<T> do tipo SamlAttribute que contém um conjunto de atributos associados ao sujeito.

Observações

Cada um SamlAttribute pode conter múltiplos valores de atributo.

Cada membro da Attributes coleção corresponde ao <saml:Attribute> elemento definido nas Assertions and Protocol para a especificação SAML OASIS.

Aplica-se a