'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Function GetSerialNumberByteArray() As Object()
'Usage
Dim instance As _PkiCertificate Dim value() As Object value = instance.GetSerialNumberByteArray()
[ElementsNotNull()] [NotNull()] object[] GetSerialNumberByteArray()
[ElementsNotNull()] [NotNull()] array<Object^>^ GetSerialNumberByteArray();
Return Value
The serial number of the PKI certificate as an array of bytes in little-endian order.