JHVerifyCode Class

DCSoft.DBUtilityGeneric

JHVerifyCode Class
生成中文或字母数字验证码,无法继承该类
Inheritance Hierarchy
SystemObject  DCSoft.Utility.DrawingJHVerifyCode

Namespace: DCSoft.Utility.Drawing
Assembly: DCSoft.Utility (in DCSoft.Utility.dll) Version: 0.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class JHVerifyCode

The JHVerifyCode type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodStatic memberGenerate(Int32, String)
生成验证码图像(字母和数字验证码),除验证码位数其他验证码属性使用默认值
Public methodStatic memberGenerate(VerifyCodeAttribute, String)
生成验证码图像(字母和数字验证码)
Public methodStatic memberGenerate(Int32, VerifyCodeModel, String)
生成验证码图像,除验证码位数其他验证码属性使用默认值
Public methodStatic memberGenerate(VerifyCodeAttribute, VerifyCodeModel, String)
生成验证码图像
Public methodStatic memberGetAlphanumericCode
随机生成指定位数的数字和字母混合验证码,字母已转换为大写格式
Public methodStatic memberGetChineseCode
随机生成指定位数的汉字验证码
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also