'Usage
Dim fileName As String Dim password As String Dim instance As New CertificateQuery(fileName, password)
Parameters
- fileName
- Name of a file in the file system that contains the certificate.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - password
- The password required to access the X.509 certificate data.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).