QuickOPC 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.
Determines whether the certificate must be absent from the certificate store.
Initializes a new instance of the class.
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.
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