Share via


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です。

適用対象