ComponentSpace SAML Class Library Reference

CertificateStore Methods

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

Public Static (Shared) Methods

ImportPfxFile Imports the certificate store contained in the PFX/PKCS12 file.
OpenMySystemStoreOverloaded. Opens the MY store in the specified location.
OpenSystemStore Opens the certificate store at the specified location and with the specified name.

Public Instance Methods

Close Closes the certificate store and frees up unmanaged resources.
DisposeOverloaded. Closes the certificate store and frees up unmanaged resources.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
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.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

DisposeOverloaded. Disposes of the certificate store and frees up unmanaged resources.
Finalize Finalizes the certificate store and frees up unmanaged resources.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

CertificateStore Class | ComponentSpace.CryptoHelper Namespace