OPC Studio User's Guide and Reference
BeginObtainNewCertificate Method (IEasyUAClientServerApplicationExtension)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application.Extensions Namespace > IEasyUAClientServerApplicationExtension Class : BeginObtainNewCertificate Method
Begins obtaining a new application certificate from the certificate manager.

The BeginObtainNewCertificate methods begin an asynchronous operation that obtains a new application own certificate from the certificate manager, and stores it for subsequent usage.

Overload List
OverloadDescription
Begins obtaining a new application certificate from the certificate manager, specifying the GDS endpoint descriptor.  
Begins obtaining a new application certificate from the certificate manager, specifying the certificate request parameters.  
Begins obtaining a new application certificate from the certificate manager, specifying the certificate request parameters, and asynchronous callback, and the state object.  
Begins obtaining a new application certificate from the certificate manager, specifying the certificate request parameters, and asynchronous callback, the state object, and a progress update provider.  
Begins obtaining a new application certificate from the certificate manager, specifying the certificate request parameters, and a progress update provider.  
Begins obtaining a new application certificate from the certificate manager, using an arguments object.  
Begins obtaining a new application certificate from the certificate manager, using an arguments object, and a progress update provider.  
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