ediSecurityCertificateStore
The ediSecurityCertificateStore maintains a collection of digital certificates.
Methods
GetCertificateBySubjName
- Gets the certificate by subject name.
GetCertificateBySubjIssuer
- Gets the certificate by subject name, and by its issuer name.
GetCertificateByIssuerName
- Gets the certificate by issuer name and serial number.
GetFirstCertificate
- Gets the first certificate in the certificate store.
GetNextCertificate
- Gets the next certificate in the certificate store.
ImportCertificate
- Import a certificate to the certificate store.
ImportExtendedCertificate
- Imports an extended certificate to the certificate store..
RemoveCertificate
- Remove a certificate in the certificate store.
DecryptFile
- Decrypt a file using a certificate in the certificate store.
VerifyFile
- Verifies a signed file using a certificate in the system store.
Properties
Count
- Returns the number of digital certificates in the system store.
StoreName
- Returns the system store name.