Open |
protected PgpPublicKeyRing RetrievePublicKeyRing( 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 GetPublicKeyRing(Int64, CancellationToken) when the keyring is not available locally.