OPC Studio 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.

The value of this enum member is 3.

None0No PKI communication store kind.

The value of this enum member is 0.

Own1The PKI communication store for own certificates.

The value of this enum member is 1.

Rejected4The PKI communication store for rejected certificates.

The value of this enum member is 4.

Trusted2The PKI communication store for trusted ("peer") certificates.

The value of this enum member is 2.

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