<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.16.0" />

Microsoft.IdentityModel.Tokens.SecurityTokenNotYetValidException

Throw this exception when a received Security token has an effective time in the future.
public DateTime NotBefore { get; set; }

Gets or sets the NotBefore value that created the validation exception. This value is always in UTC.

Initializes a new instance of SecurityTokenNotYetValidException

public SecurityTokenNotYetValidException(string message)

Initializes a new instance of SecurityTokenNotYetValidException

public SecurityTokenNotYetValidException(string message, Exception inner)

Initializes a new instance of SecurityTokenNotYetValidException

Initializes a new instance of the SecurityTokenNotYetValidException class.