OPC Labs Base Library
PkiApplicationStoreKind Enumeration
OpcLabs_BaseLib ActiveX DLL : PkiApplicationStoreKind Enumeration
Description
The kind (purpose) of PKI application store, such as Instance, User, or HTTPS.

 

UUID: c5729ea4-8831-46b8-8734-bd1ab471ae70

 

For more information, see PkiApplicationStoreKind in .NET Reference.

Members
MemberValueDescription
PkiApplicationStoreKind_Https3Denotes the PKI application store kind for HTTPS certificates.
PkiApplicationStoreKind_Instance1Denotes the PKI application store kind for instance certificates.
PkiApplicationStoreKind_None0No PKI application store kind.
PkiApplicationStoreKind_User2Denotes the PKI application store kind for user certificates.
Remarks

For remarks, see PkiApplicationStoreKind in .NET Reference.

Example

For examples, see PkiApplicationStoreKind in .NET Reference.