IAuthenticatedEncryptor 接口

定义

用于提供经过身份验证的加密和解密例程的基本接口。

public interface class IAuthenticatedEncryptor
public interface IAuthenticatedEncryptor
type IAuthenticatedEncryptor = interface
Public Interface IAuthenticatedEncryptor

方法

Decrypt(ArraySegment<Byte>, ArraySegment<Byte>)

验证 的身份验证标记,并解密加密数据的 Blob。

Encrypt(ArraySegment<Byte>, ArraySegment<Byte>)

对一段数据进行加密和防篡改。

适用于