OpenTransactions.OTAPI.OTPassword.OTPassword C# (CSharp) Méthode

OTPassword() public méthode

public OTPassword ( string szInput, SWIGTYPE_p_uint32_t nInputSize, OTPassword theBlockSize ) : System
szInput string
nInputSize SWIGTYPE_p_uint32_t
theBlockSize OTPassword
Résultat System
        public OTPassword(string szInput, SWIGTYPE_p_uint32_t nInputSize, OTPassword.BlockSize theBlockSize)
            : this(otapiPINVOKE.new_OTPassword__SWIG_3(szInput, SWIGTYPE_p_uint32_t.getCPtr(nInputSize), (int)theBlockSize), true)
        {
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
        }

Same methods

OTPassword::OTPassword ( ) : System
OTPassword::OTPassword ( IntPtr cPtr, bool cMemoryOwn ) : 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