.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaBase.StoreNames Class Reference

Constants that identify certificate store names. More...

Public Attributes

const string Personal = "My"
 The store used for personal certificates. More...
 
const string Applications = "UA Applications"
 The store used for UA application certificates. More...
 
const string CertificateAuthorities = "UA Certificate Authorities"
 The store used for UA certificate authorities certificates. More...
 
const string Root = "Root"
 The store used for trusted root certificate authorities. More...
 

Detailed Description

Constants that identify certificate store names.

Member Data Documentation

const string UnifiedAutomation.UaBase.StoreNames.Applications = "UA Applications"

The store used for UA application certificates.

const string UnifiedAutomation.UaBase.StoreNames.CertificateAuthorities = "UA Certificate Authorities"

The store used for UA certificate authorities certificates.

const string UnifiedAutomation.UaBase.StoreNames.Personal = "My"

The store used for personal certificates.

const string UnifiedAutomation.UaBase.StoreNames.Root = "Root"

The store used for trusted root certificate authorities.


The documentation for this class was generated from the following file: