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(
	StoreLocation location,
	string name
)
Visual Basic
Public Sub New ( _
	location As StoreLocation, _
	name As String _
)
Visual C++
public:
RevocationList(
	StoreLocation location, 
	String^ name
)

Parameters

location
Type: LLCryptoLib.Security.Certificates..::..StoreLocation
The location.
name
Type: System..::..String
The name.

See Also