ILookupProtector 介面

定義

用來使用特定索引鍵保護/取消保護查閱。

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

方法

Protect(String, String)

使用指定的金鑰保護資料。

Unprotect(String, String)

使用指定的索引鍵取消保護資料。

適用於