'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Function GetPublicKey() As Object()
'Usage
Dim instance As _PkiCertificate Dim value() As Object value = instance.GetPublicKey()
[ElementsNotNull()] [NotNull()] object[] GetPublicKey()
[ElementsNotNull()] [NotNull()] array<Object^>^ GetPublicKey();