Opc.Ua.Core
CreateBlob Method



Opc.Ua Namespace > CertificateIdentifier Class : CreateBlob Method
The certificates list to be returned as raw data.
Creates a DER blob from a certificate with zero or more supporting certificates.
Syntax
'Declaration
 
Public Shared Function CreateBlob( _
   ByVal certificates As IList(Of X509Certificate2) _
) As Byte()
'Usage
 
Dim certificates As IList(Of X509Certificate2)
Dim value() As Byte
 
value = CertificateIdentifier.CreateBlob(certificates)
public static byte[] CreateBlob( 
   IList<X509Certificate2> certificates
)
public:
static array<byte>^ CreateBlob( 
   IList<X509Certificate2^>^ certificates
) 

Parameters

certificates
The certificates list to be returned as raw data.

Return Value

A DER blob containing zero or more certificates.
Exceptions
ExceptionDescription
If the certificates is null or empty.
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

CertificateIdentifier Class
CertificateIdentifier Members