KRARemove(X509Certificate2) Method

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

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public void Remove(
	X509Certificate2 cert
)

Parameters

cert  X509Certificate2
An X509Certificate2 object to remove.

See Also