OPC Labs Base Library
PkiCommunicationStoreKind Enumeration
OpcLabs_BaseLib ActiveX DLL : PkiCommunicationStoreKind Enumeration
Description
The kind of store in the PKI communication store group (e.g. Own, Trusted, Issuer, or Rejected).

 

UUID: 6867ec92-fc86-4c0a-8e9c-903effb01657

 

For more information, see PkiCommunicationStoreKind in .NET Reference.

Members
MemberValueDescription
PkiCommunicationStoreKind_Issuer3The PKI communication store for issuer (CA) certificates.
PkiCommunicationStoreKind_None0No PKI communication store kind.
PkiCommunicationStoreKind_Own1The PKI communication store for own certificates.
PkiCommunicationStoreKind_Rejected4The PKI communication store for rejected certificates.
PkiCommunicationStoreKind_Trusted2The PKI communication store for trusted ("peer") certificates.
Remarks

For remarks, see PkiCommunicationStoreKind in .NET Reference.

Example

For examples, see PkiCommunicationStoreKind in .NET Reference.