ECSecretBcpgKey public class ECSecretBcpgKey : BcpgObject, IBcpgKey Base class for an EC Secret Key. Documentation Code public string Format { get; } The format, as a string, always "PGP". public virtual BigInteger X { get; } public ECSecretBcpgKey(BcpgInputStream bcpgIn) public ECSecretBcpgKey(BigInteger x)