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