次の方法で共有


SamlAttribute.AttributeValueXsiType プロパティ

定義

SAML 属性に含まれる値の xsi:type を取得または設定します。

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

プロパティ値

xsi:type を含む文字列。 既定値は、String です。

例外

null または空の値を設定しようとしました。

- または -

形式に誤りがある値を設定しようとしました。

注釈

AttributeValueXsiType プロパティは、『Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML)』の仕様で定義されている type 要素の <saml:AttributeValue> 属性に対応します。 この属性は必須です。

適用対象