Cinchoo / ChoPGP

PGP library for .NET / c#
MIT License
60 stars 29 forks source link

The public key required an expiry date. #37

Open rockychow2005 opened 2 years ago

rockychow2005 commented 2 years ago

First of all, thanks for simplifying the OpenPGP. The source is very helpful to me.

However, I am doing the key exchange with the bank, and the bank said that the expiry date is required for the Public Key.

I am only able to check the valid date by GetValidSeconds() or ValidDays.

Could you please help to show how to add the expiry date on the Public Key?

Many Thanks.