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

randomizePassword() 공개 정적인 메소드

public static randomizePassword ( string szDestination, SWIGTYPE_p_uint32_t nNewSize ) : bool
szDestination string
nNewSize SWIGTYPE_p_uint32_t
리턴 bool
        public static bool randomizePassword(string szDestination, SWIGTYPE_p_uint32_t nNewSize)
        {
            bool ret = otapiPINVOKE.OTPassword_randomizePassword__SWIG_2(szDestination, SWIGTYPE_p_uint32_t.getCPtr(nNewSize));
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }

Same methods

OTPassword::randomizePassword ( ) : SWIGTYPE_p_int32_t
OTPassword::randomizePassword ( SWIGTYPE_p_uint32_t nNewSize ) : SWIGTYPE_p_int32_t