Class ExtendedLinuxCertificateInstaller
- Namespace
- Fluxzy.Certificates
- Assembly
- Fluxzy.Core.dll
Utility for installing certificates on certain Linux distributions
public static class ExtendedLinuxCertificateInstaller
- Inheritance
-
ExtendedLinuxCertificateInstaller
- Inherited Members
Methods
Install(X509Certificate2, bool)
Install a certificate on the system, if askElevation is true,
the user will be prompted for elevation (with pkexec) if needed
public static bool Install(X509Certificate2 x509Certificate2, bool askElevation)
Parameters
x509Certificate2
X509Certificate2askElevation
bool
Returns
Uninstall(X509Certificate2, bool)
Remove a certificate from the system, if askElevation is true, the user will be prompted for elevation (with pkexec) if needed
public static void Uninstall(X509Certificate2 x509Certificate2, bool askElevation)
Parameters
x509Certificate2
X509Certificate2askElevation
bool
Uninstall(string, bool)
public static void Uninstall(string thumbPrint, bool askElevation)