A wrapper around CertificateStore. Adds name and file path, plus a StoreLocation

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public class LLCertificateStore : CertificateStore
Visual Basic
Public Class LLCertificateStore _
	Inherits CertificateStore
Visual C++
public ref class LLCertificateStore : public CertificateStore

Inheritance Hierarchy

System..::..Object
  LLCryptoLib.Security.Certificates..::..CertificateStore
    LLCryptoLib.Security.Certificates..::..LLCertificateStore

See Also