QuickOPC User's Guide and Reference
CertificateQuery Constructor(PkiStoreName,PkiStoreLocation,PkiFindType,String)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security Namespace > CertificateQuery Class > CertificateQuery Constructor : CertificateQuery Constructor(PkiStoreName,PkiStoreLocation,PkiFindType,String)
Specifies the name of the PKI certificate store.
Specifies the location of the PKI certificate store.
Specifies the type of value to search for in PKI certificate store.
The search criteria for a PKI certificate as a string.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal storeName As PkiStoreName, _
   ByVal storeLocation As PkiStoreLocation, _
   ByVal pkiFindType As PkiFindType, _
   ByVal findValue As String _
)
'Usage
 
Dim storeName As PkiStoreName
Dim storeLocation As PkiStoreLocation
Dim pkiFindType As PkiFindType
Dim findValue As String
 
Dim instance As New CertificateQuery(storeName, storeLocation, pkiFindType, findValue)

Parameters

storeName
Specifies the name of the PKI certificate store.
storeLocation
Specifies the location of the PKI certificate store.
pkiFindType
Specifies the type of value to search for in PKI certificate store.
findValue
The search criteria for a PKI certificate as a string.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also