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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > UACreateCertificateArguments Class > UACreateCertificateArguments Constructor : UACreateCertificateArguments Constructor(String,CertificateGenerationParameters,Boolean)
The sub-id of the certificate. Normally an empty string.

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

Contains parameters that determine how certificates are generated.

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 the certificate sub-id, certificate generation parameters, and whether the certificate must not exist.
Syntax
'Declaration
 
Public Function New( _
   ByVal certificateSubId As String, _
   ByVal certificateGenerationParameters As CertificateGenerationParameters, _
   ByVal mustNotExist As Boolean _
)
'Usage
 
Dim certificateSubId As String
Dim certificateGenerationParameters As CertificateGenerationParameters
Dim mustNotExist As Boolean
 
Dim instance As New UACreateCertificateArguments(certificateSubId, certificateGenerationParameters, mustNotExist)

Parameters

certificateSubId
The sub-id of the certificate. Normally an empty string.

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

certificateGenerationParameters
Contains parameters that determine how certificates are generated.

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