Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The type of certificate store.

Namespace: Opc.Ua.Configuration
Assembly: Opc.Ua.Core (in Opc.Ua.Core.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public enum WindowsStoreType
Visual Basic
Public Enumeration WindowsStoreType
Visual C++
public enum class WindowsStoreType

Members

Member nameValueDescription
LocalMachine0 The local machine.
CurrentUser1 The current user.
User2 A user account stores.
Service3 A service account store.

See Also