QuickOPC User's Guide and Reference
PkiCommunicationStoreKind Enumeration



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace : PkiCommunicationStoreKind Enumeration
The kind of store in the PKI communication store group (e.g. Own, Trusted, Issuer, or Rejected).
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<GuidAttribute("6867EC92-FC86-4C0A-8E9C-903EFFB01657")>
Public Enum PkiCommunicationStoreKind 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As PkiCommunicationStoreKind
[ComVisible(true)]
[Guid("6867EC92-FC86-4C0A-8E9C-903EFFB01657")]
public enum PkiCommunicationStoreKind : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[ComVisible(true)]
[Guid("6867EC92-FC86-4C0A-8E9C-903EFFB01657")]
public enum class PkiCommunicationStoreKind : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Issuer3The PKI communication store for issuer (CA) certificates.
None0No PKI communication store kind.
Own1The PKI communication store for own certificates.
Rejected4The PKI communication store for rejected certificates.
Trusted2The PKI communication store for trusted ("peer") certificates.
Inheritance Hierarchy

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

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