CmcePrivateKey public class CmcePrivateKey : Asn1Object Documentation Code public byte[] Alpha { get; } public byte[] C { get; } public byte[] Delta { get; } public byte[] G { get; } public CmcePublicKey PublicKey { get; } public byte[] S { get; } public int Version { get; } public CmcePrivateKey(int version, byte[] delta, byte[] c, byte[] g, byte[] alpha, byte[] s, CmcePublicKey pubKey = null) public static CmcePrivateKey GetInstance(object o) public static CmcePrivateKey GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit) public Asn1Object ToAsn1Primitive()