| OpenPgpContextIsExpired Method |
Check if a public key is expired.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax protected static bool IsExpired(
PgpPublicKey key
)
Parameters
- key PgpPublicKey
- The public key.
Return Value
Booleantrue if the public key is expired; otherwise,
false.
Exceptions Remarks
Checks if a public key is expired.
See Also