PgpPublicKeyEncryptedData public class PgpPublicKeyEncryptedData : PgpEncryptedData Documentation public long KeyId { get; } The key ID for the key used to encrypt the data. public Stream GetDataStream(PgpPrivateKey privKey) Return the decrypted data stream for the packet. public SymmetricKeyAlgorithmTag GetSymmetricAlgorithm(PgpPrivateKey privKey) Return the algorithm code for the symmetric algorithm used to encrypt the data.