ElGamalSecretBcpgKey public class ElGamalSecretBcpgKey : BcpgObject, IBcpgKey Base class for an ElGamal secret key. Documentation Code public string Format { get; } The format, as a string, always "PGP". public BigInteger X { get; } public ElGamalSecretBcpgKey(BcpgInputStream bcpgIn) public ElGamalSecretBcpgKey(BigInteger x)