SamlAttribute.AttributeValueXsiType Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.