您要查找的是不是:
- Message authentication provides two services. 消息身份验证提供两个服务。
- SSL has received a record with an incorrect Message Authentication Code. ssl接收到具有不正确的"消息验证代码"的一个记录。
- Gets the algorithm used for generating message authentication codes (MACs). 获取用于生成消息身份验证代码(MAC)的算法。
- SSL has received an error from the server indicating an incorrect Message Authentication Code. ssl从服务器接收到一个错误,其中指出了一个不正确的"消息验证代码"。
- ASP.NET checks the ticket for validity using a message authentication check (MAC). ASP.;NET使用消息身份验证检查(MAC)来检查身份验证票的有效性。
- Message authentication algorithms generate message hashes and signatures used to detect tampering and forgery. 消息身份验证算法生成用于检测篡改和伪造情况的消息哈希值和签名。
- Message authentication by using a digital signature is not sufficient for non-repudiation. 使用数字签名的消息身份验证还不能满足不可抵赖性的条件。
- All of this proves the truth of the assertion that checksums are not a good way to guarantee message authentication. 这充分证明了校验和不是保证消息认证的好方法这一主张的真实性。
- Returns the computed Message Authentication Code (MAC) after all data is written to the object. 在所有数据写入对象后返回计算所得的消息验证代码(MAC)。
- HMAC is a message authentication code, I developed this procedure can be of arbitrary length message authentication. hmac是一种消息验证码,我开发的这个程序可以进行任意长度的消息验证。
- In order to satisfy the requirement of non-repudiation, you need both message authentication and sender authentication simultaneously. 为了满足不可抵赖性的要求,会同时需要消息身份验证和发送方身份验证。
- Represents the abstract class from which all implementations of Hash-based Message Authentication Code (HMAC) must derive. 表示基于哈希的消息验证代码(HMAC)的所有实现必须从中派生的抽象类。
- Public key certificates are used for message authentication, which verifies the sender of a message (the client) to a Message Queuing server. 公钥证书用于消息的身份验证,也就是向“消息队列”服务器验证消息的发送方(客户端)。
- This section allows you to configure a validation key that performs message authentication checks on view-state data and Forms authentication tickets. 该节使您能够配置验证密钥,而验证密钥可以对视图状态数据和Forms身份验证票证执行消息身份验证检查。
- Message authentication guarantees that a transmitted message was not modified en route and the identity of the creator is not misrepresented. 消息身份验证保证了被传输的消息不会在途中被修改,且消息创建者的身份不会被冒用。
- Gets or sets a value indicating whether ASP.NET should run a message authentication check (MAC) on the page's view state when the page is posted back from the client. 获取或设置一个值;该值指示当页从客户端回发时;ASP.;NET是否应对页的视图状态运行消息验证检查(MAC)。
- Gets or sets a value that specifies whether ASP.NET should run a message authentication code (MAC) on the page's view state when the page is posted back from the client. 获取或设置一个值;该值指定当页从客户端回发时;ASP.;NET是否应在页的视图状态上运行消息验证代码(MAC)。
- Encryption of user logon credentials for both public and private Outlook Web Access logon types involves a set of six hashed message authentication codes (HMACs). 公共和私人Outlook Web Access登录类型的用户登录凭据加密包括一组六个哈希值邮件身份验证代码(HMAC)。
- Remember that in order to satisfy the requirement of non-repudiation, at a minimum you need to simultaneously guarantee both message authentication by using a digital signature and sender authentication. 请记住,为了满足不可抵赖性的要求,您至少需要同时保证使用了用数字签名的消息身份验证以及发送方身份验证。
- Provides cryptographic services, including secure encoding and decoding of data, as well as many other operations, such as hashing, random number generation, and message authentication. 提供加密服务,包括数据的安全编码和解码,以及其他许多操作,如哈希处理、随机数生成和消息身份验证。