ASN1_STRING_free() private method

private ASN1_STRING_free ( IntPtr a ) : void
a System.IntPtr
return void
Exemplo n.º 1
0
 /// <summary>
 /// Calls ASN1_STRING_free()
 /// </summary>
 protected override void OnDispose()
 {
     Native.ASN1_STRING_free(ptr);
 }