次の方法で共有


Saml2AuthenticationContext.DeclarationReference プロパティ

定義

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

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

プロパティ値

Uri

認証コンテキスト宣言を識別する Uri

例外

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

注釈

AuthnContextDeclRef 要素。 値による宣言は、基本実装ではサポートされていません。 詳細については、クラストピックの Saml2AuthenticationContext 「解説」を参照してください。

適用対象