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>)

加密和竄改資料片段。

適用於