EasyUA Reference
LoadPrivateKey Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > CertificateIdentifier Class : LoadPrivateKey Method

password

Glossary Item Box

Loads the private key for the certificate with an optional password.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As CertificateIdentifier
Dim password As SecureString
Dim value As X509Certificate2
 
value = instance.LoadPrivateKey(password)
C# 
public X509Certificate2 LoadPrivateKey( 
   SecureString password
)

Parameters

password

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.