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

The settings used when signing certificates. 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...
 
DateTime StartTime [get, set]
 Gets or sets the start time. 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 signing certificates.

Property Documentation

string UnifiedAutomation.UaBase.SignCertificateSettings.ApplicationUri
getset

Gets or sets the application URI.

The application URI.

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

Gets or sets the domain names.

The domain names.

ushort UnifiedAutomation.UaBase.SignCertificateSettings.HashSizeInBits
getset

Gets or sets the hash size in bits.

The hash size in bits.

ushort UnifiedAutomation.UaBase.SignCertificateSettings.LifetimeInMonths
getset

Gets or sets the lifetime in months.

The lifetime in months.

DateTime UnifiedAutomation.UaBase.SignCertificateSettings.StartTime
getset

Gets or sets the start time.

The start time.

string UnifiedAutomation.UaBase.SignCertificateSettings.SubjectName
getset

Gets or sets the subject name.

The subject name.


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