Saml2AuthenticationContext.DeclarationReference 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來識別驗證內容宣告的 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。
例外狀況
發生設定並非 null
且非絕對 URI 之值的嘗試。
備註
AuthnContextDeclRef 元素。 基底實作不支援依值宣告。 如需詳細資訊, Saml2AuthenticationContext 請參閱類別主題中的。