Esempio n. 1
0
 public static void free_encryption_key_result(EncryptionKeyResult p0)
 {
     storj_uplinkPINVOKE.free_encryption_key_result(EncryptionKeyResult.getCPtr(p0));
     if (storj_uplinkPINVOKE.SWIGPendingException.Pending)
     {
         throw storj_uplinkPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(EncryptionKeyResult obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 3
0
        public static EncryptionKeyResult derive_encryption_key(string p0, SWIGTYPE_p_void p1, uint p2)
        {
            EncryptionKeyResult ret = new EncryptionKeyResult(storj_uplinkPINVOKE.derive_encryption_key(p0, SWIGTYPE_p_void.getCPtr(p1), p2), true);

            return(ret);
        }