AuthenticationProperties.IssuedUtc Property

Definition

Gets or sets the time at which the authentication ticket was issued.

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)

Property Value

Attributes

Applies to