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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security Namespace > CertificateQuery Class : StoreLocation Property
Specifies the location of the PKI certificate store.
Syntax
'Declaration
 
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property StoreLocation As PkiStoreLocation
'Usage
 
Dim instance As CertificateQuery
Dim value As PkiStoreLocation
 
instance.StoreLocation = value
 
value = instance.StoreLocation
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public PkiStoreLocation StoreLocation {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
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