Click or drag to resize

CertificateRegistrar Class

IT Hit User File System
Installs certificate, extracting it from a signed file.
Inheritance Hierarchy
SystemObject
  ITHit.FileSystem.Windows.PackageCertificateRegistrar

Namespace:  ITHit.FileSystem.Windows.Package
Assembly:  ITHit.FileSystem.Windows.Package (in ITHit.FileSystem.Windows.Package.dll) Version: 9.0.29527.0
Syntax
public class CertificateRegistrar

The CertificateRegistrar type exposes the following members.

Constructors
  NameDescription
Public methodCertificateRegistrar
Creates instance of this class.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsCertificateInstalled
Detects if the certificate is installed.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryInstallCertificate
Installs certificate.
Public methodTryUninstallCertificate
Uninstalls certificate.
Top
Remarks
You will use this class to install developer certificate on the development machine, typically extracting it from the sparse package. When you release your real-life application it will be signed by a certificate from a trusted authority, you do not need to install it.
See Also