Opc.Ua.Core
LoadPrivateKey Method (CertificateIdentifier)



Opc.Ua Namespace > CertificateIdentifier Class : LoadPrivateKey Method
Loads the private key for the certificate with an optional password.
Syntax
'Declaration
 
Public Function LoadPrivateKey( _
   ByVal password As String _
) As Task(Of X509Certificate2)
 
'Usage
 
Dim instance As CertificateIdentifier
Dim password As String
Dim value As Task(Of X509Certificate2)
 
value = instance.LoadPrivateKey(password)

Parameters

password
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CertificateIdentifier Class
CertificateIdentifier Members