Lifetime コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Lifetime クラスの新しいインスタンスを初期化します。
オーバーロード
Lifetime(DateTime, DateTime) |
指定した作成時刻と有効期限を使用して、Lifetime クラスの新しいインスタンスを作成します。 |
Lifetime(Nullable<DateTime>, Nullable<DateTime>) |
指定した作成時刻と有効期限を使用して、Lifetime クラスの新しいインスタンスを作成します。 |
Lifetime(DateTime, DateTime)
指定した作成時刻と有効期限を使用して、Lifetime クラスの新しいインスタンスを作成します。
public:
Lifetime(DateTime created, DateTime expires);
public Lifetime (DateTime created, DateTime expires);
new System.IdentityModel.Protocols.WSTrust.Lifetime : DateTime * DateTime -> System.IdentityModel.Protocols.WSTrust.Lifetime
Public Sub New (created As DateTime, expires As DateTime)
パラメーター
例外
created
で指定された時間は、expires
で指定された時間の前に発生します。
適用対象
Lifetime(Nullable<DateTime>, Nullable<DateTime>)
指定した作成時刻と有効期限を使用して、Lifetime クラスの新しいインスタンスを作成します。
public:
Lifetime(Nullable<DateTime> created, Nullable<DateTime> expires);
public Lifetime (DateTime? created, DateTime? expires);
new System.IdentityModel.Protocols.WSTrust.Lifetime : Nullable<DateTime> * Nullable<DateTime> -> System.IdentityModel.Protocols.WSTrust.Lifetime
Public Sub New (created As Nullable(Of DateTime), expires As Nullable(Of DateTime))
パラメーター
例外
created
で指定された時間は、expires
で指定された時間の前に発生します。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET