JwtSecurityToken.IssuedAt Property

Definition

Gets the 'value' of the 'issued at' claim { iat, 'value' } converted to a DateTime assuming 'value' is seconds since UnixEpoch (UTC 1970-01-01T0:0:0Z).

public virtual DateTime IssuedAt { get; }
member this.IssuedAt : DateTime
Public Overridable ReadOnly Property IssuedAt As DateTime

Property Value

Remarks

If the 'issued at' claim is not found, then MinValue is returned.

Applies to