C# Class CryptoN.Key

Mostrar archivo Open project: tamimsalem/CryptoN Class Usage Examples

Public Methods

Method Description
GetBytes ( ) : byte[]
Key ( byte keyAsBytes ) : System
ToString ( ) : string

Private Methods

Method Description
Validate ( byte keyAsBytes ) : bool

Method Details

GetBytes() public method

public GetBytes ( ) : byte[]
return byte[]

Key() public method

public Key ( byte keyAsBytes ) : System
keyAsBytes byte
return System

ToString() public method

public ToString ( ) : string
return string