OPC Labs EasyOPC-UA Components Library
StartNewKeyPairRequest Method
OpcLabs_EasyOpcUAComponents ActiveX DLL > EasyUACertificateManagementClient Object : StartNewKeyPairRequest Method

Description
Starts a request for a new certificate and private key. The certificate and private key are returned in the FinishRequest response.

 

DISPID (Dispatch ID):

 

For more information, see StartNewKeyPairRequest in .NET Reference.

Syntax
Visual Basic
Public Function StartNewKeyPairRequest( _
   ByVal gdsEndpointDescriptor As Variant, _
   ByVal applicationId As Variant, _
   ByVal certificateGroupId As Variant, _
   ByVal certificateTypeId As Variant, _
   ByVal subjectName As String, _
   ByVal domainNames As Variant, _
   ByVal privateKeyFormat As String, _
   ByVal privateKeyPassword As String _
) As UANodeId
Parameters
gdsEndpointDescriptor

applicationId

certificateGroupId

certificateTypeId

subjectName

domainNames

privateKeyFormat

privateKeyPassword

Return Type

See StartNewKeyPairRequest in .NET Reference.

Remarks

For remarks, see StartNewKeyPairRequest in .NET Reference.

Example

For examples, see StartNewKeyPairRequest in .NET Reference.

See Also

EasyUACertificateManagementClient Object  | EasyUACertificateManagementClient Members