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