C# 클래스 Subtext.Web.Controls.Captcha.CaptchaInfo

파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DateGenerated System.DateTime
FontFamily string
Height int
WarpFactor CaptchaImage.FontWarpFactor
Width int

공개 메소드들

메소드 설명
CaptchaInfo ( string text ) : System

Initializes a new instance of the CaptchaInfo class.

FromEncryptedString ( string encrypted ) : CaptchaInfo

Reconstructs an instance of this type from an encrypted serialized string.

ToEncryptedString ( ) : string

Returns a base 64 encrypted serialized representation of this object.

ToString ( ) : string

Returns the fully qualified type name of this instance.

비공개 메소드들

메소드 설명
GenerateRandomText ( ) : string
RandomFontFamily ( ) : string

Returns a random font family name.

메소드 상세

CaptchaInfo() 공개 메소드

Initializes a new instance of the CaptchaInfo class.
public CaptchaInfo ( string text ) : System
text string The text.
리턴 System

FromEncryptedString() 공개 정적인 메소드

Reconstructs an instance of this type from an encrypted serialized string.
public static FromEncryptedString ( string encrypted ) : CaptchaInfo
encrypted string
리턴 CaptchaInfo

ToEncryptedString() 공개 메소드

Returns a base 64 encrypted serialized representation of this object.
public ToEncryptedString ( ) : string
리턴 string

ToString() 공개 메소드

Returns the fully qualified type name of this instance.
public ToString ( ) : string
리턴 string

프로퍼티 상세

DateGenerated 공개적으로 프로퍼티

public DateTime,System DateGenerated
리턴 System.DateTime

FontFamily 공개적으로 프로퍼티

public string FontFamily
리턴 string

Height 공개적으로 프로퍼티

public int Height
리턴 int

WarpFactor 공개적으로 프로퍼티

public CaptchaImage.FontWarpFactor WarpFactor
리턴 CaptchaImage.FontWarpFactor

Width 공개적으로 프로퍼티

public int Width
리턴 int