次の方法で共有


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 プロパティは、『Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML)』の仕様で定義されている AttributeName 要素の <Attribute> 属性に対応します。

適用対象