Share via


Saml2AuthenticationStatement 類別

定義

表示 [Saml2Core,2.7.2] 中指定的 AuthnStatement 項目。

public ref class Saml2AuthenticationStatement : System::IdentityModel::Tokens::Saml2Statement
public class Saml2AuthenticationStatement : System.IdentityModel.Tokens.Saml2Statement
type Saml2AuthenticationStatement = class
    inherit Saml2Statement
Public Class Saml2AuthenticationStatement
Inherits Saml2Statement
繼承
Saml2AuthenticationStatement

備註

如需這個類別所代表之專案的詳細資訊,請參閱 SAML V2.0 核心規格。

建構函式

Saml2AuthenticationStatement(Saml2AuthenticationContext)

使用指定的驗證內容和目前時間做為驗證瞬間,初始化 Saml2AuthenticationStatement 類別的新執行個體。

Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime)

使用指定的驗證內容和驗證時間,初始化 Saml2AuthenticationStatement 類別的新執行個體。

屬性

AuthenticationContext

取得或設定驗證授權單位使用的內容,包括產生這個陳述式的驗證事件。 [Saml2Core, 2.7.2]

AuthenticationInstant

取得或設定發生驗證的時間。 [Saml2Core, 2.7.2]

SessionIndex

取得或設定由主體 (Subject) 所識別的主體 (Principal) 及驗證授權單位之間的特定工作階段的索引。 [Saml2Core, 2.7.2]

SessionNotOnOrAfter

取得或設定由主體 (Subject) 所識別的主體 (Principal) 及發出此陳述式的 SAML 授權單位之間的工作階段必須視為結束的瞬間。 [Saml2Core, 2.7.2]

SubjectLocality

取得或設定系統的 DNS 網域名稱和 IP 位址,其判斷提示主體顯然已驗證。 [Saml2Core, 2.7.2]

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於