.NET Based OPC UA Client/Server SDK  2.5.8.410
UnifiedAutomation.UaBase.SoftwareCertificate Class Reference

A certificate describing a product. More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 SoftwareCertificate ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
virtual void Decode (IDecoder decoder)
 
virtual bool IsEqual (IEncodeable encodeable)
 Checks if encodeable is the same object or has the same content More...
 
virtual object Clone ()
 

Properties

string ProductName [get, set]
 The name of the product that is certified. More...
 
string ProductUri [get, set]
 A globally unique identifier for the product that is certified. More...
 
string VendorName [get, set]
 The name of the vendor responsible for the product. More...
 
byte[] VendorProductCertificate [get, set]
 The DER encoded form of the X.509 certificate which is assigned to the product by the vendor. More...
 
string SoftwareVersion [get, set]
 Software version. More...
 
string BuildNumber [get, set]
 Build number. More...
 
DateTime BuildDate [get, set]
 Date and time of the build. More...
 
string IssuedBy [get, set]
 URI of the certifying authority. More...
 
DateTime IssueDate [get, set]
 Specifies when the certificate was issued by the certifying authority. More...
 
SupportedProfileCollection SupportedProfiles [get, set]
 List of supported Profiles. More...
 
virtual ExpandedNodeId TypeId [get]
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
virtual ExpandedNodeId XmlEncodingId [get]
 
- Properties inherited from UnifiedAutomation.UaBase.IEncodeable
ExpandedNodeId TypeId [get]
 Returns the UA type identifier for the encodable type. More...
 
ExpandedNodeId BinaryEncodingId [get]
 Returns the UA type identifier for the default binary encoding for the type. More...
 
ExpandedNodeId XmlEncodingId [get]
 Returns the UA type identifier for the default XML encoding for the type. More...
 

Detailed Description

A certificate describing a product.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.SoftwareCertificate.SoftwareCertificate ( )
inline

The default constructor.

Member Function Documentation

virtual bool UnifiedAutomation.UaBase.SoftwareCertificate.IsEqual ( IEncodeable  encodeable)
inlinevirtual

Checks if encodeable is the same object or has the same content

Parameters
encodeable
Returns

Implements UnifiedAutomation.UaBase.IEncodeable.

Property Documentation

DateTime UnifiedAutomation.UaBase.SoftwareCertificate.BuildDate
getset

Date and time of the build.

This field shall be specified.

string UnifiedAutomation.UaBase.SoftwareCertificate.BuildNumber
getset

Build number.

This field shall be specified.

DateTime UnifiedAutomation.UaBase.SoftwareCertificate.IssueDate
getset

Specifies when the certificate was issued by the certifying authority.

This field shall be specified.

string UnifiedAutomation.UaBase.SoftwareCertificate.IssuedBy
getset

URI of the certifying authority.

This field shall be specified.

string UnifiedAutomation.UaBase.SoftwareCertificate.ProductName
getset

The name of the product that is certified.

This field shall be specified.

string UnifiedAutomation.UaBase.SoftwareCertificate.ProductUri
getset

A globally unique identifier for the product that is certified.

This field shall be specified.

string UnifiedAutomation.UaBase.SoftwareCertificate.SoftwareVersion
getset

Software version.

This field shall be specified.

SupportedProfileCollection UnifiedAutomation.UaBase.SoftwareCertificate.SupportedProfiles
getset

List of supported Profiles.

string UnifiedAutomation.UaBase.SoftwareCertificate.VendorName
getset

The name of the vendor responsible for the product.

This field shall be specified.

byte [] UnifiedAutomation.UaBase.SoftwareCertificate.VendorProductCertificate
getset

The DER encoded form of the X.509 certificate which is assigned to the product by the vendor.

This field may be omitted.


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