.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaServer.RsaSha256ApplicationCertificateModel Class Reference

This type is used to describe certificate s intended for use as an ApplicationInstance certificate. More...

Inherits UnifiedAutomation.UaServer.ApplicationCertificateModel.

Public Member Functions

 RsaSha256ApplicationCertificateModel ()
 Initializes a new instance of the RsaSha256ApplicationCertificateModel class. More...
 
 RsaSha256ApplicationCertificateModel (RsaSha256ApplicationCertificateModel template)
 Initializes a new instance of the RsaSha256ApplicationCertificateModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.ApplicationCertificateModel
 ApplicationCertificateModel ()
 Initializes a new instance of the ApplicationCertificateModel class. More...
 
 ApplicationCertificateModel (ApplicationCertificateModel template)
 Initializes a new instance of the ApplicationCertificateModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.CertificateModel
 CertificateModel ()
 Initializes a new instance of the CertificateModel class. More...
 
 CertificateModel (CertificateModel template)
 Initializes a new instance of the CertificateModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseObjectModel
 BaseObjectModel ()
 Initializes a new instance of the BaseObjectModel class. More...
 
 BaseObjectModel (BaseObjectModel template)
 Initializes a new instance of the BaseObjectModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.ModelControllerBase
virtual ModelHandle GetModelHandle (StringTable namespaceUris, object instance)
 Gets the metadata handle. More...
 
virtual DataValue GetValue (IMapperContext context, ModelMapping mapping)
 Gets the value associated with the mapping. More...
 
virtual bool SetValue (IMapperContext context, ModelMapping mapping, DataValue value)
 Sets the value associated with the mapping. More...
 

Additional Inherited Members

- Properties inherited from UnifiedAutomation.UaServer.ModelControllerBase
ModelHandle ModelHandle [get, set]
 Gets or sets the metadata handle. More...
 
object UserData [get, set]
 Gets or sets the user data. More...
 

Detailed Description

This type is used to describe certificate s intended for use as an ApplicationInstance certificate.

They shall have an RSA key size of 2048, 3072 or 4096 bits and are signed with a SHA256 hash. All applications which support the Basic256Sha256 profile (see Part 7 of the OPC UA Specification) need a certificate of this type.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.RsaSha256ApplicationCertificateModel.RsaSha256ApplicationCertificateModel ( )
inline

Initializes a new instance of the RsaSha256ApplicationCertificateModel class.

UnifiedAutomation.UaServer.RsaSha256ApplicationCertificateModel.RsaSha256ApplicationCertificateModel ( RsaSha256ApplicationCertificateModel  template)
inline

Initializes a new instance of the RsaSha256ApplicationCertificateModel class.

Parameters
templateThe template.

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