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