Sdílet prostřednictvím


SamlAttribute.AttributeValueXsiType Vlastnost

Definice

Získá nebo nastaví xsi:type hodnot obsažených v atributu 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

Hodnota vlastnosti

Řetězec, který obsahuje xsi:type. Výchozí formát je String.

Výjimky

Dojde k pokusu o nastavení hodnoty, která je null nebo je prázdná.

-nebo-

Dojde k pokusu o nastavení hodnoty, která je poškozena.

Poznámky

Vlastnost AttributeValueXsiType odpovídá atributu type elementu <saml:AttributeValue> , který je definován v Assertions and Protocol pro specifikaci OASIS Security Assertion Markup Language (SAML). Tento atribut je vyžadován.

Platí pro