Opc.Ua.Core
Load Method (CertificateFactory)



Opc.Ua Namespace > CertificateFactory Class : Load Method
The certificate to load.
If true a key container is created for a certificate that must be deleted by calling Cleanup.
Loads the cached version of a certificate.
Syntax
'Declaration
 
Public Shared Function Load( _
   ByVal certificate As X509Certificate2, _
   ByVal ensurePrivateKeyAccessible As Boolean _
) As X509Certificate2
'Usage
 
Dim certificate As X509Certificate2
Dim ensurePrivateKeyAccessible As Boolean
Dim value As X509Certificate2
 
value = CertificateFactory.Load(certificate, ensurePrivateKeyAccessible)

Parameters

certificate
The certificate to load.
ensurePrivateKeyAccessible
If true a key container is created for a certificate that must be deleted by calling Cleanup.

Return Value

The cached certificate.
Remarks
This function is necessary because all private keys used for cryptography operations must be in a key container. Private keys stored in a PFX file have no key container by default.
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

CertificateFactory Class
CertificateFactory Members