CertificateRegistrarTryInstallCertificate Method |
IT Hit User File System
Installs certificate.
Namespace:
ITHit.FileSystem.Windows.Package
Assembly:
ITHit.FileSystem.Windows.Package (in ITHit.FileSystem.Windows.Package.dll) Version: 9.0.29527.0
Syntaxpublic bool TryInstallCertificate(
bool elevateProcess,
out int errorCode
)
Public Function TryInstallCertificate (
elevateProcess As Boolean,
<OutAttribute> ByRef errorCode As Integer
) As Boolean
public:
bool TryInstallCertificate(
bool elevateProcess,
[OutAttribute] int% errorCode
)
member TryInstallCertificate :
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