QuickOPC User's Guide and Reference
StoreLocation Property (_CertificateQuery)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.ComTypes Namespace > _CertificateQuery Interface : StoreLocation Property
Specifies the location of the PKI certificate store.
Syntax
'Declaration
 
Property StoreLocation As PkiStoreLocation
'Usage
 
Dim instance As _CertificateQuery
Dim value As PkiStoreLocation
 
instance.StoreLocation = value
 
value = instance.StoreLocation
PkiStoreLocation StoreLocation {get; set;}
property PkiStoreLocation StoreLocation {
   PkiStoreLocation get();
   void set (    PkiStoreLocation value);
}
Remarks

For more information, see https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.x509certificates.storelocation .

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