SamlAttribute.AttributeValues Property

Definition

Gets a collection of attribute values for the SAML attribute.

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)

Property Value

A IList<T> that contains the set of attribute values for the SAML attribute.

Remarks

A SAML attribute may contain more than one attribute value.

The AttributeValues property corresponds to the <saml:AttributeValue> element that is defined in the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specification.

Applies to