SamlAttribute.AttributeValues Propriété

Définition

Obtient une collection de valeurs d’attributs pour l’attribut 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)

Valeur de propriété

IList<T> qui contient l'ensemble de valeurs d'attribut pour l'attribut SAML.

Remarques

Un attribut SAML peut contenir plusieurs valeurs d'attribut.

La propriété AttributeValues correspond à l'élément <saml:AttributeValue> défini dans Assertions et Protocole pour la spécification SAML (Security Assertion Markup Language) OASIS.

S’applique à