QuickOPC User's Guide and Reference
CertificateTypeId Property (UACertificateRequestParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > UACertificateRequestParameters Class : CertificateTypeId Property
The Id of the certificate type for the new certificate.
Syntax
'Declaration
 
Public Property CertificateTypeId As UANodeId
'Usage
 
Dim instance As UACertificateRequestParameters
Dim value As UANodeId
 
instance.CertificateTypeId = value
 
value = instance.CertificateTypeId
public UANodeId CertificateTypeId {get; set;}
public:
property UANodeId^ CertificateTypeId {
   UANodeId^ get();
   void set (    UANodeId^ value);
}
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