Saml2AuthenticationContext 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 [Saml2Core,2.7.2.2] 中指定的 AuthnContext 項目。
public ref class Saml2AuthenticationContext
public class Saml2AuthenticationContext
type Saml2AuthenticationContext = class
Public Class Saml2AuthenticationContext
- 繼承
-
Saml2AuthenticationContext
備註
這個基類不會直接支援 AuthnContextDecl 元素) 以 XML 表示的任何依值驗證內容 (宣告。 若要支援依值宣告,請擴充這個類別以支持數據模型,並擴充 Saml2SecurityTokenHandler 類別,覆 ReadAuthenticationContext 寫 和 WriteAuthenticationContext 方法來讀取和寫入 by-value 宣告。
如需這個類別所代表之專案的詳細資訊,請參閱 SAML V2.0 核心規格。
建構函式
Saml2AuthenticationContext() |
初始化 Saml2AuthenticationContext 類別的新執行個體。 |
Saml2AuthenticationContext(Uri) |
使用指定的類別參考,初始化 Saml2AuthenticationContext 類別的新執行個體。 |
Saml2AuthenticationContext(Uri, Uri) |
使用指定的類別參考和宣告參考,初始化 Saml2AuthenticationContext 類別的新執行個體。 |
屬性
AuthenticatingAuthorities |
取得零個或多個驗證授權單位之唯一識別項 (URI) 的集合,而這些授權單位已經參與主體 (不包括假設有牽涉但不明確納入集合中的判斷提示簽發者) 的驗證。 [Saml2Core, 2.7.2.2] |
ClassReference |
取得或設定用來識別驗證內容類別的 URI 參考,此類別描述下列驗證內容宣告。 [Saml2Core, 2.7.2.2] |
DeclarationReference |
取得或設定用來識別驗證內容宣告的 URI 參考。 [Saml2Core, 2.7.2.2] |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |