Exemplo n.º 1
0
            public override byte[] ToArray()
            {
                DerInteger i = new DerInteger((byte[])Value);

                return(i.GetDerEncoded());
            }