SamlAttribute.AttributeValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.