OPC Labs Base Library
PkiStoreName Enumeration
OpcLabs_BaseLib ActiveX DLL : PkiStoreName Enumeration
Description
Specifies the name of the PKI certificate store.

 

UUID: 3716e0c9-9d1c-4b16-8054-389e8302cc89

 

For more information, see PkiStoreName in .NET Reference.

Members
MemberValueDescription
PkiStoreName_AddressBook1The PKI certificate store for other users.
PkiStoreName_AuthRoot2The PKI certificate store for third-party certificate authorities (CAs).
PkiStoreName_CertificateAuthority3The PKI certificate store for intermediate certificate authorities(CAs).
PkiStoreName_Disallowed4The PKI certificate store for revoked certificates.
PkiStoreName_My5The PKI certificate store for personal certificates.
PkiStoreName_Root6The PKI certificate store for trusted root certificate authorities(CAs).
PkiStoreName_TrustedPeople7The PKI certificate store for directly trusted people and resources.
PkiStoreName_TrustedPublisher8The PKI certificate store for directly trusted publishers.
Remarks

For remarks, see PkiStoreName in .NET Reference.

Example

For examples, see PkiStoreName in .NET Reference.