C# Class System.Security.Cryptography.MACTripleDES

Inheritance: KeyedHashAlgorithm
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Private Properties

Свойство Type Description
Setup void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
Setup ( string strTripleDES, byte rgbKey ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HashCore() protected méthode

protected HashCore ( byte rgbData, int ibStart, int cbSize ) : void
rgbData byte
ibStart int
cbSize int
Résultat void

HashFinal() protected méthode

protected HashFinal ( ) : byte[]
Résultat byte[]

Initialize() public méthode

public Initialize ( ) : void
Résultat void

MACTripleDES() public méthode

public MACTripleDES ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

MACTripleDES() public méthode

public MACTripleDES ( byte rgbKey ) : System.Runtime.InteropServices
rgbKey byte
Résultat System.Runtime.InteropServices

MACTripleDES() public méthode

public MACTripleDES ( string strTripleDES, byte rgbKey ) : System.Runtime.InteropServices
strTripleDES string
rgbKey byte
Résultat System.Runtime.InteropServices