OpenTransactions.OTAPI.OTPassword.OTPassword C# (CSharp) Method

OTPassword() private method

private OTPassword ( IntPtr cPtr, bool cMemoryOwn ) : System
cPtr IntPtr
cMemoryOwn bool
return System
        internal OTPassword(IntPtr cPtr, bool cMemoryOwn)
        {
            swigCMemOwn = cMemoryOwn;
            swigCPtr = new HandleRef(this, cPtr);
        }

Same methods

OTPassword::OTPassword ( ) : System
OTPassword::OTPassword ( OTPassword theBlockSize ) : System
OTPassword::OTPassword ( SWIGTYPE_p_uint8_t szInput, SWIGTYPE_p_uint32_t nInputSize ) : System
OTPassword::OTPassword ( SWIGTYPE_p_uint8_t szInput, SWIGTYPE_p_uint32_t nInputSize, OTPassword theBlockSize ) : System
OTPassword::OTPassword ( SWIGTYPE_p_void vInput, SWIGTYPE_p_uint32_t nInputSize ) : System
OTPassword::OTPassword ( SWIGTYPE_p_void vInput, SWIGTYPE_p_uint32_t nInputSize, OTPassword theBlockSize ) : System
OTPassword::OTPassword ( string szInput, SWIGTYPE_p_uint32_t nInputSize ) : System
OTPassword::OTPassword ( string szInput, SWIGTYPE_p_uint32_t nInputSize, OTPassword theBlockSize ) : System