SamlAttribute.AttributeValueXsiType Proprietà

Definizione

Ottiene o imposta xsi:type dei valori contenuti nell'attributo 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

Valore della proprietà

Stringa che contiene xsi:type. Il valore predefinito è String.

Eccezioni

Si verifica un tentativo di impostare un valore null o vuoto.

-oppure-

Si verifica un tentativo di impostare un valore non corretto.

Commenti

La proprietà AttributeValueXsiType corrisponde all'attributo type dell'elemento <saml:AttributeValue> definito nella specifica OASIS SAML 1.1. Questo attributo è obbligatorio.

Si applica a