.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaBase.CreateRequestSettings Class Reference

The settings used when creating a certificate signing request. More...

Properties

string SubjectName [get, set]
 Gets or sets the subject name. More...
 
string ApplicationUri [get, set]
 Gets or sets the application URI. More...
 
IList< string > DomainNames [get, set]
 Gets or sets the domain names. More...
 
ushort LifetimeInMonths [get, set]
 Gets or sets the lifetime in months. More...
 
ushort HashSizeInBits [get, set]
 Gets or sets the hash size in bits. More...
 

Detailed Description

The settings used when creating a certificate signing request.

Property Documentation

string UnifiedAutomation.UaBase.CreateRequestSettings.ApplicationUri
getset

Gets or sets the application URI.

The application URI.

IList<string> UnifiedAutomation.UaBase.CreateRequestSettings.DomainNames
getset

Gets or sets the domain names.

The domain names.

ushort UnifiedAutomation.UaBase.CreateRequestSettings.HashSizeInBits
getset

Gets or sets the hash size in bits.

The hash size in bits.

ushort UnifiedAutomation.UaBase.CreateRequestSettings.LifetimeInMonths
getset

Gets or sets the lifetime in months.

The lifetime in months.

string UnifiedAutomation.UaBase.CreateRequestSettings.SubjectName
getset

Gets or sets the subject name.

The subject name.


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