MailBee.NET Objects 4.0

CertificateStore.GetAllCertificates Method 

Creates and returns a collection of all the certificates contained in the certificate store.

public CertificateCollection GetAllCertificates();

Return Value

A CertificateCollection object containing all the certificates in the certificate store.

Remarks

The returned collection is not bound to the originating certificate store. For instance, when a certificate is removed from the returned collection, it will remain in the store. To remove a certificate from the store, use DeleteCertificate method.

Example

The example is available in CertificateStore class documentation.

See Also

CertificateStore Class | MailBee.Security Namespace | FindCertificates