QuickOPC User's Guide and Reference
FileNames Property (CertificateQuery)



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
public StringCollection FileNames {get; set;}
public:
property StringCollection^ FileNames {
   StringCollection^ get();
   void set (    StringCollection^ value);
}
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