Opc.Ua.Core
LoadPrivateKey Method (ICertificateStore)



Opc.Ua Namespace > ICertificateStore Interface : LoadPrivateKey Method
The thumbprint.
The certificate subject.
The certificate password.
Finds the certificate with the specified thumbprint.
Syntax
'Declaration
 
Function LoadPrivateKey( _
   ByVal thumbprint As String, _
   ByVal subjectName As String, _
   ByVal password As String _
) As Task(Of X509Certificate2)
'Usage
 
Dim instance As ICertificateStore
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
The thumbprint.
subjectName
The certificate subject.
password
The certificate password.

Return Value

The matching certificate with private key
Remarks
Returns always null if SupportsLoadPrivateKey returns false.
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

ICertificateStore Interface
ICertificateStore Members