Initializes a new instance of the RevocationItem class.

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

Syntax

C#
public RevocationItem(
	string id,
	string owner,
	bool revoked
)
Visual Basic
Public Sub New ( _
	id As String, _
	owner As String, _
	revoked As Boolean _
)
Visual C++
public:
RevocationItem(
	String^ id, 
	String^ owner, 
	bool revoked
)

Parameters

id
Type: System..::..String
The id.
owner
Type: System..::..String
The owner.
revoked
Type: System..::..Boolean
if set to true [revoked].

See Also