Метод | Описание | |
---|---|---|
HMACMD5 ( byte key ) : System.Security.Cryptography |
Initializes a HMACMD5 with the specified key.
|
|
HMACMD5 ( byte key, int hashSize ) : System.Security.Cryptography |
Initializes a HMACSHA1 with the specified key and size of the computed hash code.
|
Метод | Описание | |
---|---|---|
HashFinal ( ) : byte[] |
Finalizes the hash computation after the last data is processed by the cryptographic stream object.
|
public HMACMD5 ( byte key ) : System.Security.Cryptography | ||
key | byte | The key. |
Результат | System.Security.Cryptography |
public HMACMD5 ( byte key, int hashSize ) : System.Security.Cryptography | ||
key | byte | The key. |
hashSize | int | The size, in bits, of the computed hash code. |
Результат | System.Security.Cryptography |