MailBee.NET Objects 4.0

CertificateStore Members

CertificateStore overview

Public Static Fields

IntermediateCA Gets the name of the system certificate store containing certificates of intermediate certification authorities.
OtherPeople Gets the name of the system certificate store containing certificates of other entities such as your address book members.
Personal Gets the name of the system certificate store containing personal certificates.
RootCA Gets the name of the system certificate store containing certificates of trusted root certification authorities.

Public Static Methods

RegisterSystemStore Registers a new system certificate store.
UnregisterSystemStore Unregisters an existing system certificate store.

Public Instance Constructors

CertificateStore Overloaded. Opens an existing or creates a new store of certificates.

Public Instance Properties

LastResult Gets a numeric code of the last error.
ThrowExceptions Gets or sets whether the object will throw exceptions on errors.

Public Instance Methods

AddCertificate Adds the specified certificate to the store.
AddCertificates Adds all the certificates from the specified collection to the store.
DeleteCertificate Removes the specified certificate from the store.
Dispose Releases the resources associated with the current CertificateStore object.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
FindCertificates Searches the certificates in the store by the specified criteria.
GetAllCertificates Creates and returns a collection of all the certificates contained in the certificate store.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
SaveToFile Saves the certificate store into a file.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

CertificateStore Class | MailBee.Security Namespace | Certificate | CertificateCollection