2 references to JwtPrint_NotBefore
dotnet-user-jwts (2)
Commands\CreateCommand.cs (1)
159
optionsString += $"{Resources.
JwtPrint_NotBefore
}: {notBefore:O}{Environment.NewLine}";
Helpers\DevJwtCliHelpers.cs (1)
177
reporter.Output($"{Resources.
JwtPrint_NotBefore
}: {jwt.NotBefore:O}");