У меня есть этот код в моем проекте.
Код: Выделить всё
var webRequest = (HttpWebRequest)WebRequest.Create(new Uri(requestAddress));
webRequest.ClientCertificates.Add(certificate);
webRequest.Method = WebRequestMethods.Http.Post;
Подробнее здесь: https://stackoverflow.com/questions/797 ... rtificates