QuickOPC 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 
AuthRoot2 
CertificateAuthority3 
Disallowed4 
My5 
Root6 
TrustedPeople7 
TrustedPublisher8 
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