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