public void Remove (X509Extension extension) { if (extension == null) throw new ArgumentNullException ("extension"); InnerList.Remove (extension); }