次の方法で共有


SamlAttribute.Namespace プロパティ

定義

SAML 属性が定義されている XML 名前空間を取得または設定します。

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

プロパティ値

SAML 属性が定義されている XML 名前空間。

注釈

SAML 属性の名前を設定するには、Name プロパティを設定します。

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

適用対象