Updates the revocation of a certificate.

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

Syntax

C#
public void UpdateRevocation(
	string serial,
	bool revoked
)
Visual Basic
Public Sub UpdateRevocation ( _
	serial As String, _
	revoked As Boolean _
)
Visual C++
public:
void UpdateRevocation(
	String^ serial, 
	bool revoked
)

Parameters

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

See Also