Visual Basic (Usage) | ![]() |
---|---|
Dim encodedData() As Byte Dim value As X509Certificate2Collection value = CertificateIdentifier.ParseBlob(encodedData) |
C# | |
---|---|
public static X509Certificate2Collection ParseBlob( byte[] encodedData ) |
Parameters
- encodedData
- The encoded data.
Return Value
An object of System.Security.Cryptography.X509Certificates.X509Certificate2Collection containing System.Security.Cryptography.X509Certificates.X509Certificate2 certificates created from a buffer with DER encoded certificate
Any supporting certificates found in the buffer are processed as well.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x