Opc.Ua.Core
LoadPrivateKey Method (CertificateIdentifierCollection)



Opc.Ua Namespace > CertificateIdentifierCollection 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 CertificateIdentifierCollection
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
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

CertificateIdentifierCollection Class
CertificateIdentifierCollection Members