namespace System.Formats.Asn1 { public sealed class AsnWriter { + public AsnWriter(AsnEncodingRules ruleSet, int initialCapacity); } }