OPC Studio User's Guide and Reference
UACreateCertificateArguments Constructor(UAAssureCertificateArguments,Boolean)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > UACreateCertificateArguments Class > UACreateCertificateArguments Constructor : UACreateCertificateArguments Constructor(UAAssureCertificateArguments,Boolean)
Contains arguments for assuring an own OPC UA certificate.

The value of this parameter cannot be null (Nothing in Visual Basic).

Determines whether the certificate must be absent from the certificate store.
Initializes a new instance of the class, specifying UAAssureCertificateArguments, and whether the certificate must not exist.
Syntax
'Declaration
 
Public Function New( _
   ByVal assureCertificateArguments As UAAssureCertificateArguments, _
   ByVal mustNotExist As Boolean _
)
'Usage
 
Dim assureCertificateArguments As UAAssureCertificateArguments
Dim mustNotExist As Boolean
 
Dim instance As New UACreateCertificateArguments(assureCertificateArguments, mustNotExist)

Parameters

assureCertificateArguments
Contains arguments for assuring an own OPC UA certificate.

The value of this parameter cannot be null (Nothing in Visual Basic).

mustNotExist
Determines whether the certificate must be absent from the certificate store.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also