C# Class VisualCaptcha.CryptoHelper

Helper class to get random-ish values
Inheritance: IDisposable
ファイルを表示 Open project: lukeautry/visualCaptcha-aspnet

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
GetRandomIndex ( int finishIndex ) : int
GetRandomString ( int length ) : string

Method Details

Dispose() public method

public Dispose ( ) : void
return void