2 references to ParseDate
dotnet-user-jwts (2)
Commands\CreateCommand.cs (2)
147if (!ParseDate(notBeforeOption.Value(), out notBefore)) 158if (!ParseDate(expiresOnOption.Value(), out expiresOn))