JsonWebToken.IssuedAt Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.