Returns the raw data for the entire X.509v3 certificate.

Namespace:  Rebex.Security.Certificates
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function GetRawCertData As Byte()
C#
public byte[] GetRawCertData()

Return Value

The raw data for the entire X.509v3 certificate.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also