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

Stores configuration parameters for a certificate. More...

Properties

NodeId Id [get, set]
 Gets or sets the subtype of Id which specifies the purpose and profile for the certificate. More...
 
string StorePath [get, set]
 Gets or sets the path to the store that contains the certificate. More...
 
string SubjectName [get, set]
 Gets or sets the subject name to use when creating a new certificate. More...
 
string Thumbprint [get, set]
 Gets or sets the thumbprint of the current certificate. More...
 
IList< string > Domains [get, set]
 Gets or sets the domains to include in the certificate. More...
 
PublicKeyAlgorithm PublicKeyAlgorithm [get, set]
 Gets or sets the size of the key in bits to use when creating a new private key. More...
 
HashAlgorithm HashAlgorithm [get, set]
 Gets or sets the size of the hash to use when signing the certificate. More...
 

Detailed Description

Stores configuration parameters for a certificate.

Property Documentation

IList<string> UnifiedAutomation.UaBase.CertificateGroup.CertificateType.Domains
getset

Gets or sets the domains to include in the certificate.

The domains to include in the certificate..

HashAlgorithm UnifiedAutomation.UaBase.CertificateGroup.CertificateType.HashAlgorithm
getset

Gets or sets the size of the hash to use when signing the certificate.

The size of the hash to use when signing the certificate.

Rounded up to a valid value if necessary.

NodeId UnifiedAutomation.UaBase.CertificateGroup.CertificateType.Id
getset

Gets or sets the subtype of Id which specifies the purpose and profile for the certificate.

The subtype of Id which specifies the purpose and profile for the certificate.

PublicKeyAlgorithm UnifiedAutomation.UaBase.CertificateGroup.CertificateType.PublicKeyAlgorithm
getset

Gets or sets the size of the key in bits to use when creating a new private key.

The size of the key in bits to use when creating a new private key.

Rounded up to a valid value if necessary.

string UnifiedAutomation.UaBase.CertificateGroup.CertificateType.StorePath
getset

Gets or sets the path to the store that contains the certificate.

The path to the store that contains the certificate.

string UnifiedAutomation.UaBase.CertificateGroup.CertificateType.SubjectName
getset

Gets or sets the subject name to use when creating a new certificate.

The subject name to use when creating a new certificate.

string UnifiedAutomation.UaBase.CertificateGroup.CertificateType.Thumbprint
getset

Gets or sets the thumbprint of the current certificate.

The thumbprint of the current certificate.


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