Opc.Ua.Core
LoadPrivateKey Method (X509CertificateStore)



Opc.Ua Namespace > X509CertificateStore Class : LoadPrivateKey Method
Syntax
'Declaration
 
Public Function LoadPrivateKey( _
   ByVal thumbprint As String, _
   ByVal subjectName As String, _
   ByVal password As String _
) As Task(Of X509Certificate2)
'Usage
 
Dim instance As X509CertificateStore
Dim thumbprint As String
Dim subjectName As String
Dim password As String
Dim value As Task(Of X509Certificate2)
 
value = instance.LoadPrivateKey(thumbprint, subjectName, password)

Parameters

thumbprint
subjectName
password
Remarks
The LoadPrivateKey special handling is not necessary in this store.
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

X509CertificateStore Class
X509CertificateStore Members