OpenTransactions.OTAPI.OTPassword.randomizePassword C# (CSharp) 메소드

randomizePassword() 공개 메소드

public randomizePassword ( SWIGTYPE_p_uint32_t nNewSize ) : SWIGTYPE_p_int32_t
nNewSize SWIGTYPE_p_uint32_t
리턴 SWIGTYPE_p_int32_t
        public SWIGTYPE_p_int32_t randomizePassword(SWIGTYPE_p_uint32_t nNewSize)
        {
            SWIGTYPE_p_int32_t ret = new SWIGTYPE_p_int32_t(otapiPINVOKE.OTPassword_randomizePassword__SWIG_0(swigCPtr, SWIGTYPE_p_uint32_t.getCPtr(nNewSize)), true);
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }

Same methods

OTPassword::randomizePassword ( ) : SWIGTYPE_p_int32_t
OTPassword::randomizePassword ( string szDestination, SWIGTYPE_p_uint32_t nNewSize ) : bool