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

certificates
The certificates list to be returned as raw data.

Glossary Item Box

Creates a DER blob from a certificate with zero or more supporting certificates.

Syntax

Visual Basic (Usage)Copy Code
Dim certificates As IList(Of X509Certificate2)
Dim value() As Byte
 
value = CertificateIdentifier.CreateBlob(certificates)
C# 
public static 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
System.Security.Cryptography.CryptographicExceptionIf the certificates is null or empty.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.