C# Class System.Security.Cryptography.HMACMD5

Inheritance: HMAC
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
HMACMD5 ( ) : System
HMACMD5 ( byte key ) : System
Initialize ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
HashCore ( byte rgb, int ib, int cb ) : void
HashFinal ( ) : byte[]

Method Details

Dispose() protected method

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

HMACMD5() public method

public HMACMD5 ( ) : System
return System

HMACMD5() public method

public HMACMD5 ( byte key ) : System
key byte
return System

HashCore() protected method

protected HashCore ( byte rgb, int ib, int cb ) : void
rgb byte
ib int
cb int
return void

HashFinal() protected method

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

Initialize() public method

public Initialize ( ) : void
return void