public void Write(ASN1Null value) { WriteIdentifier(ASN1Class.Universal, false, ASN1UniversalTag.Null); WriteLength(value.ByteLength); }