'Declaration
Sub FinishRequest( _ ByVal gdsEndpointDescriptor As UAEndpointDescriptor, _ ByVal applicationId As UANodeId, _ ByVal requestId As UANodeId, _ ByRef certificate() As Byte, _ ByRef privateKey() As Byte, _ ByRef issuerCertificateArray() As Byte _ )
'Usage
Dim instance As IEasyUACertificateManagementClient Dim gdsEndpointDescriptor As UAEndpointDescriptor Dim applicationId As UANodeId Dim requestId As UANodeId Dim certificate() As Byte Dim privateKey() As Byte Dim issuerCertificateArray() As Byte instance.FinishRequest(gdsEndpointDescriptor, applicationId, requestId, certificate, privateKey, issuerCertificateArray)
void FinishRequest( UAEndpointDescriptor gdsEndpointDescriptor, UANodeId applicationId, UANodeId requestId, out byte[] certificate, out byte[] privateKey, out byte[] issuerCertificateArray )
void FinishRequest( UAEndpointDescriptor^ gdsEndpointDescriptor, UANodeId^ applicationId, UANodeId^ requestId, [Out] array<byte>^ certificate, [Out] array<byte>^ privateKey, [Out] array<byte>^ issuerCertificateArray )
Parameters
- gdsEndpointDescriptor
- Endpoint descriptor. Identifies the OPC-UA server. The server must be a Global Directory Server (GDS).
- applicationId
- The identifier assigned to the Application Instance by the GDS.
- requestId
- The NodeId returned by StartNewKeyPairRequest or StartSigningRequest.
- certificate
- The DER encoded Certificate.
- privateKey
- The private key encoded in the format requested.
If a password was supplied the blob is protected with it.
This field is null if no private key was requested. - issuerCertificateArray
- The Certificates required to validate the new Certificate.