'Declaration
<NotNullAttribute()> Function EndObtainNewCertificate( _ ByVal asyncResult As IAsyncResult _ ) As IPkiCertificate
'Usage
Dim instance As IEasyUAApplication Dim asyncResult As IAsyncResult Dim value As IPkiCertificate value = instance.EndObtainNewCertificate(asyncResult)
[NotNull()] IPkiCertificate EndObtainNewCertificate( IAsyncResult asyncResult )
[NotNull()] IPkiCertificate^ EndObtainNewCertificate( IAsyncResult^ asyncResult )
Parameters
- asyncResult
- A status object that represents an asynchronous call.
It is the asynchronous result returned by the BeginObtainNewCertificate method.
Return Value
Returns the certificate obtained from the certificate manager.