OPC Studio 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
 
Public Property StoreLocation As PkiStoreLocation
'Usage
 
Dim instance As CertificateQuery
Dim value As PkiStoreLocation
 
instance.StoreLocation = value
 
value = instance.StoreLocation
public PkiStoreLocation StoreLocation {get; set;}
public:
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

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