'Declaration
<NotNullAttribute()> Function GetRawCertData() As Byte()
'Usage
Dim instance As IPkiCertificate Dim value() As Byte value = instance.GetRawCertData()
[NotNull()] byte[] GetRawCertData()
[NotNull()] array<byte>^ GetRawCertData();
'Declaration
<NotNullAttribute()> Function GetRawCertData() As Byte()
'Usage
Dim instance As IPkiCertificate Dim value() As Byte value = instance.GetRawCertData()
[NotNull()] byte[] GetRawCertData()
[NotNull()] array<byte>^ GetRawCertData();