Initializes a new instance of the RevocationList class.

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

Syntax

C#
public RevocationList(
	LLCertificateStore store
)
Visual Basic
Public Sub New ( _
	store As LLCertificateStore _
)
Visual C++
public:
RevocationList(
	LLCertificateStore^ store
)

See Also