![]() 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. |
![]() RegisterSystemStore | Registers a new system certificate store. |
![]() UnregisterSystemStore | Unregisters an existing system certificate store. |
CertificateStore
|
Overloaded. Opens an existing or creates a new store of certificates. |
LastResult | Gets a numeric code of the last error. |
ThrowExceptions | Gets or sets whether the object will throw exceptions on errors. |
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. |
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. |
CertificateStore Class | MailBee.Security Namespace | Certificate | CertificateCollection