C# Class CryptoN.IV

Mostrar archivo Open project: tamimsalem/CryptoN Class Usage Examples

Public Methods

Method Description
GetBytes ( ) : byte[]
IV ( byte ivAsBytes ) : System
ToString ( ) : string

Private Methods

Method Description
Validate ( byte ivAsBytes ) : bool

Method Details

GetBytes() public method

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

IV() public method

public IV ( byte ivAsBytes ) : System
ivAsBytes byte
return System

ToString() public method

public ToString ( ) : string
return string