OPC Studio User's Guide and Reference
BeginObtainNewCertificatePack Method



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

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

This method operates on certificates with certificate type Ids given by PackCertificateTypeIds.

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.  
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