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

OTPassword() public méthode

public OTPassword ( SWIGTYPE_p_uint8_t szInput, SWIGTYPE_p_uint32_t nInputSize ) : System
szInput SWIGTYPE_p_uint8_t
nInputSize SWIGTYPE_p_uint32_t
Résultat System
        public OTPassword(SWIGTYPE_p_uint8_t szInput, SWIGTYPE_p_uint32_t nInputSize)
            : this(otapiPINVOKE.new_OTPassword__SWIG_6(SWIGTYPE_p_uint8_t.getCPtr(szInput), SWIGTYPE_p_uint32_t.getCPtr(nInputSize)), 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, 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