次の方法で共有


Saml2AuthenticationContext.ClassReference プロパティ

定義

後の認証コンテキストの宣言を記述する認証コンテキスト クラスを識別する URI 参照を取得または設定します。 [Saml2Core, 2.7.2.2]

public:
 property Uri ^ ClassReference { Uri ^ get(); void set(Uri ^ value); };
public Uri ClassReference { get; set; }
member this.ClassReference : Uri with get, set
Public Property ClassReference As Uri

プロパティ値

Uri

コンテキスト クラスを識別する Uri

例外

null ではなく、絶対 URI でもない値の設定が試行されます。

注釈

ClassReference 要素。 これは、 AuthenticationContextClasses クラスで定義されている URI 定数のいずれかです。

適用対象