共用方式為


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 請參閱類別主題中的。

適用於