ComponentSpace SAML Class Library Reference

CertificateContext Methods

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

Public Static (Shared) Methods

CloseCertificateContexts Closes the certificate contexts.
FindAllCertificates Returns all certificate contexts in the certificate store.
FindCertificates Returns all certificate contexts in the certificate store that match the subject name.

Public Instance Methods

Close Closes the certificate context and frees up unmanaged resources.
DisposeOverloaded. Closes the certificate context 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 context and frees up unmanaged resources.
Finalize Finalizes the certificate context and frees up unmanaged resources.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

CertificateContext Class | ComponentSpace.CryptoHelper Namespace