Share via


JsonWebToken.IssuedAt Property

Definition

Gets the 'value' of the 'iat' claim converted to a DateTime from the payload.

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

Property Value

Remarks

Identifies the time at which the JWT was issued. see: https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.6

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

Applies to