Click or drag to resize

CertificateRegistrarTryUninstallCertificate Method

IT Hit User File System
Uninstalls certificate.

Namespace:  ITHit.FileSystem.Windows.Package
Assembly:  ITHit.FileSystem.Windows.Package (in ITHit.FileSystem.Windows.Package.dll) Version: 9.0.29527.0
Syntax
public bool TryUninstallCertificate(
	bool elevateProcess,
	out int errorCode
)

Parameters

elevateProcess
Type: SystemBoolean
Elevate process if needed. This call will restart this application with elevated privileges if needed.
errorCode
Type: SystemInt32
Error code if the method failed.

Return Value

Type: Boolean
True if the method completed successfully. False - otherwise.
See Also