QuickOPC User's Guide and Reference
UACertificateRequestParameters Constructor(UAEndpointDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > UACertificateRequestParameters Class > UACertificateRequestParameters Constructor : UACertificateRequestParameters Constructor(UAEndpointDescriptor)
The endpoint descriptor of the Global Discover Server (GDS) that will be used for performing the operation.
Initializes a new instance of the class.
Syntax
'Declaration
 
Public Function New( _
   ByVal gdsEndpointDescriptor As UAEndpointDescriptor _
)
'Usage
 
Dim gdsEndpointDescriptor As UAEndpointDescriptor
 
Dim instance As New UACertificateRequestParameters(gdsEndpointDescriptor)
public UACertificateRequestParameters( 
   UAEndpointDescriptor gdsEndpointDescriptor
)
public:
UACertificateRequestParameters( 
   UAEndpointDescriptor^ gdsEndpointDescriptor
)

Parameters

gdsEndpointDescriptor
The endpoint descriptor of the Global Discover Server (GDS) that will be used for performing the operation.
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