Method | Description | |
---|---|---|
HMACSHA1 ( ) : System.ComponentModel | ||
HMACSHA1 ( byte key ) : System.ComponentModel | ||
Initialize ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
HashCore ( byte rgb, int ib, int cb ) : void | ||
HashFinal ( ) : byte[] |
Method | Description | |
---|---|---|
HMACSHA1 ( byte key, bool useManagedSha1 ) : System.ComponentModel |
public HMACSHA1 ( byte key ) : System.ComponentModel | ||
key | byte | |
return | System.ComponentModel |
protected HashCore ( byte rgb, int ib, int cb ) : void | ||
rgb | byte | |
ib | int | |
cb | int | |
return | void |