OPC Studio User's Guide and Reference
PkiStoreName Enumeration



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace : PkiStoreName Enumeration
Specifies the name of the PKI certificate store.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<GuidAttribute("3716E0C9-9D1C-4B16-8054-389E8302CC89")>
Public Enum PkiStoreName 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As PkiStoreName
[ComVisible(true)]
[Guid("3716E0C9-9D1C-4B16-8054-389E8302CC89")]
public enum PkiStoreName : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[ComVisible(true)]
[Guid("3716E0C9-9D1C-4B16-8054-389E8302CC89")]
public enum class PkiStoreName : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
AddressBook1

The value of this enum member is 1.

AuthRoot2

The value of this enum member is 2.

CertificateAuthority3

The value of this enum member is 3.

Disallowed4

The value of this enum member is 4.

My5

The value of this enum member is 5.

Root6

The value of this enum member is 6.

TrustedPeople7

The value of this enum member is 7.

TrustedPublisher8

The value of this enum member is 8.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.BaseLib.Security.Cryptography.PkiCertificates.PkiStoreName

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