KRARemove(X509Certificate2) Method
Removes certificate(s) from
Certificate property by it's Thumbprint value.
Namespace: PKI.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public void Remove(
X509Certificate2 cert
)
Public Sub Remove (
cert As X509Certificate2
)
public:
void Remove(
X509Certificate2^ cert
)
member Remove :
cert : X509Certificate2 -> unit
Parameters
- cert X509Certificate2
- An X509Certificate2 object to remove.