OPC Studio 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);
}

Property Value

The default value of this property is LocalMachine (PkiStoreLocation.LocalMachine).

Remarks

Specifies the location of the X.509 certificate that the client uses to authenticate itself to the service. Valid values include the following:

The default is LocalMachine. This attribute is of type OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.PkiStoreLocation>.

For more information, see https .

See also: https

This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.

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