ASN1_STRING_free() 개인적인 메소드

private ASN1_STRING_free ( IntPtr a ) : void
a System.IntPtr
리턴 void
예제 #1
0
 /// <summary>
 /// Calls ASN1_STRING_free()
 /// </summary>
 protected override void OnDispose()
 {
     Native.ASN1_STRING_free(ptr);
 }