SamlAttribute.AttributeValues Свойство

Определение

Возвращает коллекцию значений для атрибута 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)

Значение свойства

Объект IList<T>, содержащий набор значений для атрибута SAML.

Комментарии

Атрибут SAML может иметь несколько значений.

Свойство AttributeValues соответствует элементу <saml:AttributeValue>, определенному в спецификации "Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML)".

Применяется к