CertificateRegistrar Constructor |
IT Hit User File System
Creates instance of this class.
Namespace:
ITHit.FileSystem.Windows.Package
Assembly:
ITHit.FileSystem.Windows.Package (in ITHit.FileSystem.Windows.Package.dll) Version: 9.0.29527.0
Syntaxpublic CertificateRegistrar(
string signedFilePath
)
Public Sub New (
signedFilePath As String
)
public:
CertificateRegistrar(
String^ signedFilePath
)
new :
signedFilePath : string -> CertificateRegistrar
Parameters
- signedFilePath
- Type: SystemString
See Also