Click or drag to resize

KRARemove Method (X509Certificate2)

Removes certificate(s) from Certificate property by it's Thumbprint value.

Namespace:  PKI.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public void Remove(
	X509Certificate2 cert
)

Parameters

cert
Type: System.Security.Cryptography.X509CertificatesX509Certificate2
An X509Certificate2 object to remove.
See Also