Open |
protected Task<PgpPublicKeyRing> RetrievePublicKeyRingAsync( long keyId, CancellationToken cancellationToken )
Retrieves the public keyring specified by the keyId from the key server set on the KeyServer property. If the keyring is successfully retrieved, it will be imported via Import(PgpPublicKeyRingBundle, CancellationToken).
This method should be called by GetPublicKeyRingAsync(Int64, CancellationToken) when the keyring is not available locally.