For this certificate, what should be the arguments of the following call? I tried the following and it did not work.
X509CertificateInitiatorClientCredential.ClientCertificate.SetCertificate(
StoreLocation.LocalMachine
,StoreName.CertificateAuthority
,X509FindType.FindBySubjectName
,"CN=MPCA" // also tried without CN=
);