High Performance OPC UA Server SDK  1.2.0.193
pki_cert_info Struct Reference

Holds all additional OPC UA relevant information of a certificate. More...

#include <cert.h>

Data Fields

char * uri
 The URI of the OPC UA application. More...
 
char * ip
 Comma separated list of IP addresses.
 
char * dns
 Comma separated list of hostnames / DNS names.
 
char * email
 An email address. More...
 
time_t validity_begin
 Start of the validity period. More...
 
time_t validity_end
 End of the validity period. More...
 
char * serial
 The serial number of the certificate as hex octets.
 

Detailed Description

Holds all additional OPC UA relevant information of a certificate.

Field Documentation

char* email

An email address.

char* uri

The URI of the OPC UA application.

time_t validity_begin

Start of the validity period.

time_t validity_end

End of the validity period.


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