Defines a collection of certificate stores.

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

Syntax

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

Inheritance Hierarchy

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

See Also