Opc.Ua.Core
ParseBlob Method



Opc.Ua Namespace > CertificateIdentifier Class : ParseBlob Method
The encoded data.
Parses a blob with a list of DER encoded certificates.
Syntax
'Declaration
 
Public Shared Function ParseBlob( _
   ByVal encodedData() As Byte _
) As X509Certificate2Collection
'Usage
 
Dim encodedData() As Byte
Dim value As X509Certificate2Collection
 
value = CertificateIdentifier.ParseBlob(encodedData)
public static X509Certificate2Collection ParseBlob( 
   byte[] encodedData
)

Parameters

encodedData
The encoded data.

Return Value

Remarks
Any supporting certificates found in the buffer are processed as well.
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