ILookupProtector 接口

定义

用于保护/取消保护具有特定键的查找。

public interface class ILookupProtector
public interface ILookupProtector
type ILookupProtector = interface
Public Interface ILookupProtector

方法

Protect(String, String)

使用指定的密钥保护数据。

Unprotect(String, String)

使用指定的密钥取消保护数据。

适用于