|  | OpenPgpContextGetPublicKeyRing Method | 
            Get the public keyring that contains the specified key.
            
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.12.0
 Syntax
Syntaxprotected abstract PgpPublicKeyRing GetPublicKeyRing(
	long keyId,
	CancellationToken cancellationToken
)
Parameters
- keyId  Int64
- The public key identifier.
- cancellationToken  CancellationToken
- The cancellation token.
Return Value
PgpPublicKeyRingThe public keyring that contains the specified key or 
 if the keyring could not be found.
 Exceptions
Exceptions Remarks
RemarksGets the public keyring that contains the specified key.
 See Also
See Also