C# 클래스 IdleLandsRedux.Common.SecureRandomHelper

To be used for cryptographically secure RNG
상속: IDisposable, ISecureRandomHelper
파일 보기 프로젝트 열기: IdleLands/IdleLandsRedux

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Dispose ( ) : void
GetBase64String ( uint size ) : string
SecureRandomHelper ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetBase64String() 공개 메소드

public GetBase64String ( uint size ) : string
size uint
리턴 string

SecureRandomHelper() 공개 메소드

public SecureRandomHelper ( ) : System
리턴 System