Saml2AuthenticationStatement コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
このステートメントの認証コンテキスト。
例外
authenticationContext
が null
です。
注釈
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
認証の時刻。
例外
authenticationContext
が null
です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET