OPC Studio User's Guide and Reference
FileNames Property (CertificateQuery)



View with Navigation Tools
OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security Namespace > CertificateQuery Class : FileNames Property
Names of files in the file system that contain the certificates.
Syntax
'Declaration
 
Public Property FileNames As StringCollection
 
'Usage
 
Dim instance As CertificateQuery
Dim value As StringCollection
 
instance.FileNames = value
 
value = instance.FileNames
Remarks

See also: http://kb.opclabs.com/Certificate_security_plugin

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