Opc.Ua.Core
CreateCopyWithPrivateKey Method



Opc.Ua Namespace > X509Utils Class : CreateCopyWithPrivateKey Method
Creates a copy of a certificate with a private key. If the platform defaults to an ephemeral key set, the private key requires an extra copy.
Syntax
'Declaration
 
Public Shared Function CreateCopyWithPrivateKey( _
   ByVal certificate As X509Certificate2, _
   ByVal persisted As Boolean _
) As X509Certificate2
'Usage
 
Dim certificate As X509Certificate2
Dim persisted As Boolean
Dim value As X509Certificate2
 
value = X509Utils.CreateCopyWithPrivateKey(certificate, persisted)
public static X509Certificate2 CreateCopyWithPrivateKey( 
   X509Certificate2 certificate,
   bool persisted
)
public:
static X509Certificate2^ CreateCopyWithPrivateKey( 
   X509Certificate2^ certificate,
   bool persisted
) 

Parameters

certificate
persisted

Return Value

The certificate
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

X509Utils Class
X509Utils Members