QuickOPC 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.
Contains parameters that determine how certificates are generated.
Determines whether the certificate must be absent from the certificate store.
Initializes a new instance of the class.
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.
certificateGenerationParameters
Contains parameters that determine how certificates are generated.
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