SamlAttribute.AttributeValues Właściwość

Definicja

Pobiera kolekcję wartości atrybutów dla atrybutu 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)

Wartość właściwości

Element IList<T> zawierający zestaw wartości atrybutów dla atrybutu SAML.

Uwagi

Atrybut SAML może zawierać więcej niż jedną wartość atrybutu.

Właściwość AttributeValues odpowiada elementowi zdefiniowanemu <saml:AttributeValue> w specyfikacji Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML).

Dotyczy