The CertificateStoreCollection type exposes the following members.

Methods

  NameDescription
Public methodAddCertificate
Adds a Certificate to the CertificateStore.
(Inherited from CertificateStore.)
Public methodAddStore
Adds a certificate store to the collection.
Public methodDeleteCertificate
Deletes a Certificate from the CertificateStore.
(Inherited from CertificateStore.)
Public methodEnumCertificates()()()()
Enumerates all the certificates in the store.
(Inherited from CertificateStore.)
Public methodEnumCertificates(array<String>[]()[][])
Enumerates all the certificates in the store.
(Inherited from CertificateStore.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Disposes of the CertificateStore.
(Inherited from CertificateStore.)
Public methodFindCertificate()()()()
Returns the first certificate from the CertificateStore.
(Inherited from CertificateStore.)
Public methodFindCertificate(Certificate)
Returns a certificate from the CertificateStore.
(Inherited from CertificateStore.)
Public methodFindCertificateByHash(array<Byte>[]()[][])
Finds a certificate with a matching hash.
(Inherited from CertificateStore.)
Public methodFindCertificateByHash(array<Byte>[]()[][], HashType)
Finds a certificate with a matching hash.
(Inherited from CertificateStore.)
Public methodFindCertificateByKeyIdentifier
Finds a certificate with a matching key identifier.
(Inherited from CertificateStore.)
Public methodFindCertificateBySubjectName(String)
Finds a certificate with a matching subject name.
(Inherited from CertificateStore.)
Public methodFindCertificateBySubjectName(String, Certificate)
Finds a certificate with a matching subject name.
(Inherited from CertificateStore.)
Public methodFindCertificateBySubjectString(String)
Finds a certificate with a subject that contains a specified string.
(Inherited from CertificateStore.)
Public methodFindCertificateBySubjectString(String, Certificate)
Finds a certificate with a subject that contains a specified string.
(Inherited from CertificateStore.)
Public methodFindCertificateByUsage(array<String>[]()[][])
Finds a certificate having an enhanced key extension that matches one of the keyUsage members.
(Inherited from CertificateStore.)
Public methodFindCertificateByUsage(array<String>[]()[][], Certificate)
Finds a certificate having an enhanced key extension that matches one of the keyUsage members.
(Inherited from CertificateStore.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInitStore
Initializes a new CertificateStore from a given handle.
(Inherited from CertificateStore.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveStore
Removes a certificate store from the collection.
Public methodToCerBuffer
Saves the CertificateStore in a buffer.
(Inherited from CertificateStore.)
Public methodToCerFile
Saves the CertificateStore in a file.
(Inherited from CertificateStore.)
Public methodToPfxBuffer
Saves the CertificateStore as a PFX encoded file.
(Inherited from CertificateStore.)
Public methodToPfxFile
Saves the CertificateStore as a PFX encoded file.
(Inherited from CertificateStore.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also