示例#1
0
 public ASN1BooleanMetadata(ASN1Boolean annotation)
     : this(annotation.Name)
 {
 }
示例#2
0
        public void ByteLength_ShouldBeCorrect()
        {
            var b = new ASN1Boolean(true);

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