Results 1 comments of mguzlews

Found workaround ```c# string commonName = " Test"; var CN = new X509Name(new List() { X509Name.CN }, new List() { commonName }); ```