SamlAttribute.Namespace プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>
属性に対応します。