| Overload | Description | 
|---|---|
| BeginObtainNewCertificate(IEasyUAClientServerApplication,UAEndpointDescriptor) | Begins obtaining a new application certificate from the certificate manager, specifying the GDS endpoint descriptor. | 
| BeginObtainNewCertificate(IEasyUAClientServerApplication,UACertificateRequestParameters) | Begins obtaining a new application certificate from the certificate manager, specifying the certificate request parameters. | 
| BeginObtainNewCertificate(IEasyUAClientServerApplication,UACertificateRequestParameters,AsyncCallback,Object) | Begins obtaining a new application certificate from the certificate manager, specifying the certificate request parameters, and asynchronous callback, and the state object. | 
| BeginObtainNewCertificate(IEasyUAClientServerApplication,UACertificateRequestParameters,AsyncCallback,Object,IProgress<String[]>) | 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. | 
| BeginObtainNewCertificate(IEasyUAClientServerApplication,UACertificateRequestParameters,IProgress<String[]>) | Begins obtaining a new application certificate from the certificate manager, specifying the certificate request parameters, and a progress update provider. | 
| BeginObtainNewCertificate(IEasyUAClientServerApplication,UAObtainCertificateArguments) | Begins obtaining a new application certificate from the certificate manager, using an arguments object. | 
| BeginObtainNewCertificate(IEasyUAClientServerApplication,UAObtainCertificateArguments,IProgress<String[]>) | Begins obtaining a new application certificate from the certificate manager, using an arguments object, and a progress update provider. |