| 1. | Encryptor for computing the message authentication code 加密器以计算消息验证代码( mac ) 。 |
| 2. | Computes a hash - based message authentication code hmac using the 哈希函数计算基于哈希值的消息验证代码( hmac ) 。 |
| 3. | Creates an instance of an implementation of a hash - based message authentication code 创建基于哈希的消息验证代码( |
| 4. | Returns the computed message authentication code after all data is written to the object 在所有数据写入对象后返回计算所得的消息验证代码( mac ) 。 |
| 5. | Creates an instance of the default implementation of a hash - based message authentication code hmac 创建基于哈希的消息验证代码( hmac )默认实现的实例。 |
| 6. | Represents the abstract class from which all implementations of hash - based message authentication code hmac must derive 表示基于哈希的消息验证代码( hmac )的所有实现必须从中派生的抽象类。 |
| 7. | A hash - based message authentication code hmac uses a hash function where data is hashed by iterating a basic compression function on blocks of data 基于哈希的消息验证代码( hmac )使用一个哈希函数,通过在数据块上迭代基本压缩函数来计算数据的哈希值。 |
| 8. | Gets or sets a value that specifies whether asp . net should run a message authentication code on the page s view state when the page is posted back from the client 获取或设置一个值,该值指定当页从客户端回发时, asp . net是否应在页的视图状态上运行消息验证代码( mac ) 。 |
| 9. | A hash - based message authentication code hmac can be used to determine whether a message sent over an insecure channel has been tampered with , provided that the sender and receiver share a secret key 在发送方和接收方共享机密密钥的前提下,基于哈希的消息验证代码( hmac )可用于确定通过不安全信道发送的消息是否已被篡改。 |