SamlAttribute.AttributeValues Propriedade

Definição

Obtém uma coleção de valores de atributos para o atributo SAML.

public:
 property System::Collections::Generic::IList<System::String ^> ^ AttributeValues { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> AttributeValues { get; }
member this.AttributeValues : System.Collections.Generic.IList<string>
Public ReadOnly Property AttributeValues As IList(Of String)

Valor de Propriedade

A IList<T> que contém o conjunto de valores de atributos para o atributo SAML.

Observações

Um atributo SAML pode conter mais do que um valor de atributo.

A AttributeValues propriedade corresponde ao <saml:AttributeValue> elemento definido na Assertions and Protocol para a especificação OASIS Security Assertion Markup Language (SAML).

Aplica-se a