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
Syntaxpublic bool TryUninstallCertificate(
bool elevateProcess,
out int errorCode
)
Public Function TryUninstallCertificate (
elevateProcess As Boolean,
<OutAttribute> ByRef errorCode As Integer
) As Boolean
public:
bool TryUninstallCertificate(
bool elevateProcess,
[OutAttribute] int% errorCode
)
member TryUninstallCertificate :
elevateProcess : bool *
errorCode : int byref -> bool
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:
BooleanTrue if the method completed successfully. False - otherwise.
See Also