C# Class VisualCaptcha.CryptoHelper

Helper class to get random-ish values
Inheritance: IDisposable
Afficher le fichier Open project: lukeautry/visualCaptcha-aspnet

Méthodes publiques

Méthode Description
Dispose ( ) : void

Private Methods

Méthode Description
GetRandomIndex ( int finishIndex ) : int
GetRandomString ( int length ) : string

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void