.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaServer.RsaMinApplicationCertificateModel Class Reference

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

Inherits UnifiedAutomation.UaServer.ApplicationCertificateModel.

Public Member Functions

 RsaMinApplicationCertificateModel ()
 Initializes a new instance of the RsaMinApplicationCertificateModel class. More...
 
 RsaMinApplicationCertificateModel (RsaMinApplicationCertificateModel template)
 Initializes a new instance of the RsaMinApplicationCertificateModel 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 Certificates intended for use as an ApplicationInstance certificate.

They shall have an RSA key size of 1024 or 2048 bits and are signed with a SHA1 hash. All applications which support the Basic128Rsa15 and Basic256 profiles (see Part 7 of the OPC UA Specification) need a certificate of this type.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.RsaMinApplicationCertificateModel.RsaMinApplicationCertificateModel ( )
inline

Initializes a new instance of the RsaMinApplicationCertificateModel class.

UnifiedAutomation.UaServer.RsaMinApplicationCertificateModel.RsaMinApplicationCertificateModel ( RsaMinApplicationCertificateModel  template)
inline

Initializes a new instance of the RsaMinApplicationCertificateModel class.

Parameters
templateThe template.

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