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