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