Chilkat v11.0.0 CertStore
The Chilkat.CertStore class has the following backward incompatible changes.
CertStore.FindCertByRfc822Name Removed
The FindCertByRfc822Name method was removed. It is replaced by the FindCert method.
CertStore.FindCertBySerial Removed
The FindCertBySerial method was removed. It is replaced by the FindCert method.
CertStore.FindCertBySha1Thumbprint Removed
The FindCertBySha1Thumbprint method was removed. It is replaced by the FindCert method.
CertStore.FindCertBySubject Removed
The FindCertBySubject method was removed. It is replaced by the FindCert method.
CertStore.FindCertBySubjectCN Removed
The FindCertBySubjectCN method was removed. It is replaced by the FindCert method.
CertStore.FindCertBySubjectE Removed
The FindCertBySubjectE method was removed. It is replaced by the FindCert method.
CertStore.FindCertBySubjectO Removed
The FindCertBySubjectO method was removed. It is replaced by the FindCert method.
CertStore.FindCertForEmail Removed
The FindCertForEmail method was removed. It is replaced by the FindCert method.
CertStore.GetCertificate Removed
The GetCertificate method was removed. It is replaced by the GetCert method.
CertStore.GetEmailCert Removed
The GetEmailCert method was removed. It is replaced by the GetCert method.
CertStore.LoadPfxData Removed
The LoadPfxData method was removed. It is replaced by the LoadPfxBd method.