AuthenticationProperties.IssuedUtc プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
認証チケットが発行された日時を取得または設定します。
public:
property Nullable<DateTimeOffset> IssuedUtc { Nullable<DateTimeOffset> get(); void set(Nullable<DateTimeOffset> value); };
public DateTimeOffset? IssuedUtc { get; set; }
[System.Text.Json.Serialization.JsonIgnore]
public DateTimeOffset? IssuedUtc { get; set; }
member this.IssuedUtc : Nullable<DateTimeOffset> with get, set
[<System.Text.Json.Serialization.JsonIgnore>]
member this.IssuedUtc : Nullable<DateTimeOffset> with get, set
Public Property IssuedUtc As Nullable(Of DateTimeOffset)
プロパティ値
- 属性