Opc.Ua.Security.Certificates
ICertificateBuilder Interface Members
Properties  Methods 

Opc.Ua.Security.Certificates Namespace : ICertificateBuilder Interface

The following tables list the members exposed by ICertificateBuilder.

Public Properties
 NameDescription
 Property A collection of X509 extensions. (Inherited from Opc.Ua.Security.Certificates.IX509Certificate)
 Property The hash algorithm used to create the signature. (Inherited from )
 Property The distinguished name of the certificate issuer. (Inherited from )
 Property The date in UTC time after which a certificate is no longer valid. (Inherited from )
 Property The date in UTC time on which a certificate becomes valid. (Inherited from )
 Property The serial number of the certificate as a big-endian hexadecimal string. (Inherited from )
 Property The subject distinguished name from a certificate. (Inherited from )
Top
Public Methods
 NameDescription
 Method Add an extension to the certificate in addition to the default extensions. (Inherited from Opc.Ua.Security.Certificates.ICertificateBuilderConfig)
 Method Create the RSA certificate with signature. (Inherited from )
 Method Create a new serial number and preserve it until the certificate is created. (Inherited from )
 Method The serial number of the certificate as an array of bytes in little-endian order. (Inherited from )
 Method Set the CA flag and the path length constraints of the certificate. (Inherited from )
 Method Set the ECC Curve parameter. (Inherited from )
 Method Set the public key using a ASN.1 encoded byte array. (Inherited from )
 Method Set the hash algorithm to use for the signature. (Inherited from )
 Method Set the issuer certificate which is used to sign the certificate. (Inherited from )
 Method Set the lifetime of the certificate using Timespan. (Inherited from )
 Method Set the certificate expiry date. (Inherited from )
 Method Set the date when the certificate becomes valid. (Inherited from )
 Method Set the RSA key size in bits. (Inherited from )
 Method Set the public key using a ASN.1 encoded byte array. (Inherited from )
 Method Set the value of the serial number directly using a byte array. (Inherited from )
 Method Set the length of the serial number. (Inherited from )
Top
See Also

Reference

ICertificateBuilder Interface
Opc.Ua.Security.Certificates Namespace