Mentalis.org Security Library documentation

CertificateStoreCollection Methods

The methods of the CertificateStoreCollection class are listed below. For a complete list of CertificateStoreCollection class members, see the CertificateStoreCollection Members topic.

Public Instance Methods

AddCertificate (inherited from CertificateStore) Adds a Certificate to the CertificateStore.
AddStore Adds a certificate store to the collection.
DeleteCertificate (inherited from CertificateStore) Deletes a Certificate from the CertificateStore.
EnumCertificates (inherited from CertificateStore)Overloaded. Enumerates all the certificates in the store.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
FindCertificate (inherited from CertificateStore)Overloaded. Returns the first certificate from the CertificateStore.
FindCertificateByHash (inherited from CertificateStore)Overloaded. Finds a certificate with a matching hash.
FindCertificateByKeyIdentifier (inherited from CertificateStore) Finds a certificate with a matching key identifier.
FindCertificateBySubjectName (inherited from CertificateStore)Overloaded. Finds a certificate with a matching subject name.
FindCertificateBySubjectString (inherited from CertificateStore)Overloaded. Finds a certificate with a subject that contains a specified string.
FindCertificateByUsage (inherited from CertificateStore)Overloaded. Finds a certificate having an enhanced key extension that matches one of the keyUsage members.
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.
RemoveStore Removes a certificate store from the collection.
ToCerBuffer (inherited from CertificateStore) Saves the CertificateStore in a buffer.
ToCerFile (inherited from CertificateStore) Saves the CertificateStore in a file.
ToPfxBuffer (inherited from CertificateStore) Saves the CertificateStore as a PFX encoded file.
ToPfxFile (inherited from CertificateStore) Saves the CertificateStore as a PFX encoded file.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from CertificateStore) Disposes of the CertificateStore.
InitStore (inherited from CertificateStore) Initializes a new CertificateStore from a given handle.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

CertificateStoreCollection Class | Org.Mentalis.Security.Certificates Namespace