'Declaration
<NotNullAttribute()> Function GetSerialNumberByteArray() As Object()
'Usage
Dim instance As _PkiCertificate Dim value() As Object value = instance.GetSerialNumberByteArray()
[NotNull()] object[] GetSerialNumberByteArray()
[NotNull()] array<Object^>^ GetSerialNumberByteArray();
Return Value
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).