JHVerifyCode Methods

DCSoft.DBUtilityGeneric

JHVerifyCode Methods

The JHVerifyCode type exposes the following members.

Methods
  Name Description
Public method Equals (Inherited from Object.)
Public method Static member Generate(Int32, String)
生成验证码图像(字母和数字验证码),除验证码位数其他验证码属性使用默认值
Public method Static member Generate(VerifyCodeAttribute, String)
生成验证码图像(字母和数字验证码)
Public method Static member Generate(Int32, VerifyCodeModel, String)
生成验证码图像,除验证码位数其他验证码属性使用默认值
Public method Static member Generate(VerifyCodeAttribute, VerifyCodeModel, String)
生成验证码图像
Public method Static member GetAlphanumericCode
随机生成指定位数的数字和字母混合验证码,字母已转换为大写格式
Public method Static member GetChineseCode
随机生成指定位数的汉字验证码
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top
See Also