메소드 | 설명 | |
---|---|---|
Create ( ) : HMAC | ||
Create ( string algorithmName ) : HMAC | ||
Initialize ( ) : void |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
HMAC ( ) | ||
HashCore ( byte rgb, int ib, int cb ) : void | ||
HashFinal ( ) : byte[] |
public static Create ( string algorithmName ) : HMAC | ||
algorithmName | string | |
리턴 | HMAC |
protected HashCore ( byte rgb, int ib, int cb ) : void | ||
rgb | byte | |
ib | int | |
cb | int | |
리턴 | void |