ILookupProtector 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
用來使用特定索引鍵保護/取消保護查閱。
public interface class ILookupProtector
public interface ILookupProtector
type ILookupProtector = interface
Public Interface ILookupProtector
方法
Protect(String, String) |
使用指定的金鑰保護資料。 |
Unprotect(String, String) |
使用指定的索引鍵取消保護資料。 |