Ejemplo n.º 1
0
 public ASN1BooleanMetadata(ASN1Boolean annotation)
     : this(annotation.Name)
 {
 }
Ejemplo n.º 2
0
        public void ByteLength_ShouldBeCorrect()
        {
            var b = new ASN1Boolean(true);

            Assert.Equal(1, b.ByteLength);
        }