ComponentSpace SAML Class Library Reference

CertificateContext Class

CertificateContext wraps some of the certificate context related Crypto API functions.

For a list of all members of this type, see CertificateContext Members.

System.Object
   ComponentSpace.CryptoHelper.CertificateContext

[Visual Basic]
Public Class CertificateContext
    Implements IDisposable
[C#]
public class CertificateContext : IDisposable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Given a certificate store, all certificate contexts or only those matching a subject name may be accessed. Given a certificate context, the private key and certificate may be retrieved.

Requirements

Namespace: ComponentSpace.CryptoHelper

Assembly: ComponentSpace.CryptoHelper (in ComponentSpace.CryptoHelper.dll)

See Also

CertificateContext Members | ComponentSpace.CryptoHelper Namespace