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

OTPassword() public méthode

public OTPassword ( ) : System
Résultat System
        public OTPassword()
            : this(otapiPINVOKE.new_OTPassword__SWIG_1(), true)
        {
        }

Same methods

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
OTPassword::OTPassword ( string szInput, SWIGTYPE_p_uint32_t nInputSize, OTPassword theBlockSize ) : System