C# Class System.Security.Cryptography.MACTripleDES

Inheritance: KeyedHashAlgorithm
Mostrar archivo Open project: runefs/Marvin Class Usage Examples

Private Properties

Property Type Description
Setup void

Public Methods

Method Description
Initialize ( ) : void
MACTripleDES ( ) : System.Runtime.InteropServices
MACTripleDES ( byte rgbKey ) : System.Runtime.InteropServices
MACTripleDES ( string strTripleDES, byte rgbKey ) : System.Runtime.InteropServices

Protected Methods

Method Description
Dispose ( bool disposing ) : void
HashCore ( byte rgbData, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]

Private Methods

Method Description
Setup ( string strTripleDES, byte rgbKey ) : void

Method Details

Dispose() protected method

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

HashCore() protected method

protected HashCore ( byte rgbData, int ibStart, int cbSize ) : void
rgbData byte
ibStart int
cbSize int
return void

HashFinal() protected method

protected HashFinal ( ) : byte[]
return byte[]

Initialize() public method

public Initialize ( ) : void
return void

MACTripleDES() public method

public MACTripleDES ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

MACTripleDES() public method

public MACTripleDES ( byte rgbKey ) : System.Runtime.InteropServices
rgbKey byte
return System.Runtime.InteropServices

MACTripleDES() public method

public MACTripleDES ( string strTripleDES, byte rgbKey ) : System.Runtime.InteropServices
strTripleDES string
rgbKey byte
return System.Runtime.InteropServices