CertificateRegistrarIsCertificateInstalled Method |
IT Hit User File System
Detects if the certificate is installed.
Namespace:
ITHit.FileSystem.Windows.Package
Assembly:
ITHit.FileSystem.Windows.Package (in ITHit.FileSystem.Windows.Package.dll) Version: 9.0.29527.0
Syntaxpublic bool IsCertificateInstalled()
Public Function IsCertificateInstalled As Boolean
public:
bool IsCertificateInstalled()
member IsCertificateInstalled : unit -> bool
Return Value
Type:
BooleanTrue if the certificate is installed, false - otherwise.
See Also