次の方法で共有


SamlAttribute.Name プロパティ

定義

SAML 属性の名前を取得または設定します。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

プロパティ値

SAML 属性の名前。

例外

Name プロパティが設定され、IsReadOnly プロパティがtrue

Name プロパティが null に設定されている。

注釈

この SAML 属性に関連付けられている値を指定するには、 AttributeValues プロパティを設定します。

Name プロパティは、OASIS セキュリティ アサーション マークアップ言語 (SAML) 仕様のアサーションとプロトコルで定義されている<Attribute>要素のAttributeName属性に対応します。

適用対象