Opc.Ua.Core
Create Method (CertificateFactory)



Opc.Ua Namespace > CertificateFactory Class : Create Method
The encoded data.
if set to true the copy of the certificate in the cache is used.
Creates a certificate from a buffer with DER encoded certificate.
Syntax
'Declaration
 
Public Shared Function Create( _
   ByVal encodedData As ReadOnlyMemory(Of Byte), _
   ByVal useCache As Boolean _
) As X509Certificate2
'Usage
 
Dim encodedData As ReadOnlyMemory(Of Byte)
Dim useCache As Boolean
Dim value As X509Certificate2
 
value = CertificateFactory.Create(encodedData, useCache)

Parameters

encodedData
The encoded data.
useCache
if set to true the copy of the certificate in the cache is used.

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

CertificateFactory Class
CertificateFactory Members