Share via


SamlAttribute.AttributeValueXsiType Propiedad

Definición

Obtiene o establece el xsi:type de los valores contenidos en el atributo SAML.

public:
 property System::String ^ AttributeValueXsiType { System::String ^ get(); void set(System::String ^ value); };
public string AttributeValueXsiType { get; set; }
member this.AttributeValueXsiType : string with get, set
Public Property AttributeValueXsiType As String

Valor de propiedad

Cadena que contiene el xsi:type. De manera predeterminada, es String.

Excepciones

Se produce un intento de establecer un valor que es null o está vacío.

o bien

Se produce un intento de establecer un valor incorrecto.

Comentarios

La propiedad AttributeValueXsiType corresponde al atributo type del 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). Este atributo es necesario.

Se aplica a