Sdílet prostřednictvím


SamlAttribute.AttributeValues Vlastnost

Definice

Získá kolekci hodnot atributů pro atribut 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)

Hodnota vlastnosti

A IList<T> , který obsahuje sadu hodnot atributů pro atribut SAML.

Poznámky

Atribut SAML může obsahovat více než jednu hodnotu atributu.

Vlastnost AttributeValues odpovídá elementu <saml:AttributeValue> , který je definován v kontrolních výrazů a protokolu pro specifikaci OASIS Security Assertion Markup Language (SAML).

Platí pro