C# Class IdleLandsRedux.Common.SecureRandomHelper

To be used for cryptographically secure RNG
Inheritance: IDisposable, ISecureRandomHelper
Mostrar archivo Open project: IdleLands/IdleLandsRedux

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void
GetBase64String ( uint size ) : string
SecureRandomHelper ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetBase64String() public method

public GetBase64String ( uint size ) : string
size uint
return string

SecureRandomHelper() public method

public SecureRandomHelper ( ) : System
return System