Opc.Ua.Security.Certificates
ParseX509Blob Method



Opc.Ua.Security.Certificates Namespace > AsnUtils Class : ParseX509Blob Method
The encoded CRL or certificate sequence.
Parse a X509 Tbs and signature from a byte blob with validation, return the byte array which contains the X509 blob.
Syntax
'Declaration
 
Public Shared Function ParseX509Blob( _
   ByVal blob As ReadOnlyMemory(Of Byte) _
) As ReadOnlyMemory(Of Byte)
'Usage
 
Dim blob As ReadOnlyMemory(Of Byte)
Dim value As ReadOnlyMemory(Of Byte)
 
value = AsnUtils.ParseX509Blob(blob)
public static ReadOnlyMemory<byte> ParseX509Blob( 
   ReadOnlyMemory<byte> blob
)
public:
static ReadOnlyMemory<byte> ParseX509Blob( 
   ReadOnlyMemory<byte> blob
) 

Parameters

blob
The encoded CRL or certificate sequence.
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

AsnUtils Class
AsnUtils Members