共用方式為


Saml2AuthenticationStatement 建構函式

定義

初始化 Saml2AuthenticationStatement 類別的新執行個體。

多載

Saml2AuthenticationStatement(Saml2AuthenticationContext)

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

Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime)

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

Saml2AuthenticationStatement(Saml2AuthenticationContext)

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

public:
 Saml2AuthenticationStatement(System::IdentityModel::Tokens::Saml2AuthenticationContext ^ authenticationContext);
public Saml2AuthenticationStatement (System.IdentityModel.Tokens.Saml2AuthenticationContext authenticationContext);
new System.IdentityModel.Tokens.Saml2AuthenticationStatement : System.IdentityModel.Tokens.Saml2AuthenticationContext -> System.IdentityModel.Tokens.Saml2AuthenticationStatement
Public Sub New (authenticationContext As Saml2AuthenticationContext)

參數

authenticationContext
Saml2AuthenticationContext

此陳述式的驗證內容。

例外狀況

authenticationContextnull

備註

AuthenticationInstant 屬性會設定為 UtcNow

適用於

Saml2AuthenticationStatement(Saml2AuthenticationContext, DateTime)

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

public:
 Saml2AuthenticationStatement(System::IdentityModel::Tokens::Saml2AuthenticationContext ^ authenticationContext, DateTime authenticationInstant);
public Saml2AuthenticationStatement (System.IdentityModel.Tokens.Saml2AuthenticationContext authenticationContext, DateTime authenticationInstant);
new System.IdentityModel.Tokens.Saml2AuthenticationStatement : System.IdentityModel.Tokens.Saml2AuthenticationContext * DateTime -> System.IdentityModel.Tokens.Saml2AuthenticationStatement
Public Sub New (authenticationContext As Saml2AuthenticationContext, authenticationInstant As DateTime)

參數

authenticationContext
Saml2AuthenticationContext

此陳述式的驗證內容。

authenticationInstant
DateTime

驗證的時間。

例外狀況

authenticationContextnull

適用於