QuickOPC User's Guide and Reference
EndObtainNewCertificate Method (IEasyUAClientApplication)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > IEasyUAClientApplication Interface : EndObtainNewCertificate Method
A status object that represents an asynchronous call.
It is the asynchronous result returned by the BeginObtainNewCertificate method.
Handles the end of the asynchronous operation started by the BeginObtainNewCertificate method.
Syntax
'Declaration
 
<NotNullAttribute()>
Function EndObtainNewCertificate( _
   ByVal asyncResult As IAsyncResult _
) As PkiCertificate
'Usage
 
Dim instance As IEasyUAClientApplication
Dim asyncResult As IAsyncResult
Dim value As PkiCertificate
 
value = instance.EndObtainNewCertificate(asyncResult)
[NotNull()]
PkiCertificate EndObtainNewCertificate( 
   IAsyncResult asyncResult
)
[NotNull()]
PkiCertificate^ 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.
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

IEasyUAClientApplication Interface
IEasyUAClientApplication Members