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