The CertificateStore type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkAdd
Adds a certificate to this certificate store.
Public methodSupported by the .NET Compact FrameworkAddCertificate Obsolete.
Public methodSupported by the .NET Compact FrameworkDispose
Disposes the object and releases resources.
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkExists(String)
Determines whether the specified certificate store exists.
Public methodStatic memberSupported by the .NET Compact FrameworkExists(CertificateStoreName)
Determines whether the specified certificate store exists.
Public methodStatic memberSupported by the .NET Compact FrameworkExists(String, CertificateStoreLocation)
Determines whether the specified certificate store exists.
Public methodStatic memberSupported by the .NET Compact FrameworkExists(CertificateStoreName, CertificateStoreLocation)
Determines whether the specified certificate store exists.
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkFindCertificates(CertificateFindOptions)
Returns all certificates corresponding to the specified options.
Public methodSupported by the .NET Compact FrameworkFindCertificates(Certificate, CertificateFindOptions)
Returns all certificates matching the specified certificate and options.
Public methodSupported by the .NET Compact FrameworkFindCertificates(DistinguishedName, CertificateFindOptions)
Returns all certificates issued by the specified issuer (or its subordinate issuer) and corresponding to the specified options.
Public methodSupported by the .NET Compact FrameworkFindCertificates(array<DistinguishedName>[]()[][], CertificateFindOptions)
Returns all certificates issued by one of specified issuers (or their subordinate issuer) and corresponding to the specified options.
Public methodSupported by the .NET Compact FrameworkFindCertificates(CertificateFindType, array<Byte>[]()[][], CertificateFindOptions)
Returns all certificates matching the specified criteria.
Public methodSupported by the .NET Compact FrameworkFindCertificates(DistinguishedName, array<Byte>[]()[][], CertificateFindOptions)
Returns all certificates with the specified serial number issued by the specified issuer (or its subordinate issuer) and corresponding to the specified options.
Public methodSupported by the .NET Compact FrameworkFindCertificates(array<DistinguishedName>[]()[][], array<Byte>[]()[][], CertificateFindOptions)
Returns all certificates issued by one of specified issuers (or their subordinate issuer) and corresponding to the specified options.
Public methodSupported by the .NET Compact FrameworkFindCertificatesForMailAddress(String)
Returns all certificates corresponding to the specified e-mail address.
Public methodSupported by the .NET Compact FrameworkFindCertificatesForMailAddress(String, CertificateFindOptions)
Returns all certificates corresponding to the specified e-mail address and options.
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkRemove
Removes a certificate from this certificate store.
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

Explicit Interface Implementations

See Also