SamlAttribute.AttributeValues Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene una colección de valores de atributo para el atributo 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)
Valor de propiedad
IList<T> que contiene el conjunto de valores de atributo para el atributo SAML.
Comentarios
Un atributo SAML puede contener más de un valor de atributo.
La propiedad AttributeValues corresponde al elemento <saml:AttributeValue>
que se define en las Aserciones y protocolo para la especificación OASIS, Lenguaje de marcado de aserción de seguridad (SAML).