Comparteix a través de


SamlAttribute.AttributeValueXsiType Propiedad

Definición

Obtiene o establece el tipo 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. El valor predeterminado 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 con formato incorrecto.

Comentarios

La AttributeValueXsiType propiedad corresponde al type atributo del <saml:AttributeValue> elemento que se define en las aserciones y el protocolo para la especificación del lenguaje de marcado de aserción de seguridad (SAML) oasis. Se requiere este atributo.

Se aplica a