SamlAttribute.AttributeValueXsiType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le xsi :type des valeurs contenues dans l’attribut 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
Valeur de propriété
Chaîne qui contient le xsi :type. La valeur par défaut est String.
Exceptions
Une tentative de définition d’une valeur qui est null ou vide se produit.
- ou -
Une tentative de définition d’une valeur incorrecte se produit.
Remarques
La AttributeValueXsiType propriété correspond à l’attribut type de l’élément <saml:AttributeValue> défini dans les assertions et le protocole pour la spécification SAML (OASIS Security Assertion Markup Language). Cet attribut est nécessaire.