Click or drag to resize

KRARemove Method (String)

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(
	string[] thumbprint
)

Parameters

thumbprint
Type: SystemString
One or more certificate thumbprint values to identify certificates to remove.
See Also