QuickOPC User's Guide and Reference
UACreateCertificateArguments Constructor(Boolean)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > UACreateCertificateArguments Class > UACreateCertificateArguments Constructor : UACreateCertificateArguments Constructor(Boolean)
Determines whether the certificate must be absent from the certificate store.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal mustNotExist As Boolean _
)
'Usage
 
Dim mustNotExist As Boolean
 
Dim instance As New UACreateCertificateArguments(mustNotExist)
public UACreateCertificateArguments( 
   bool mustNotExist
)
public:
UACreateCertificateArguments( 
   bool mustNotExist
)

Parameters

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