ASN1_INTEGER_new() private méthode

private ASN1_INTEGER_new ( ) : IntPtr
Résultat System.IntPtr
Exemple #1
0
 public Asn1Integer()
     : base(Native.ASN1_INTEGER_new(), true)
 {
 }