ILookupProtector 인터페이스

정의

특정 키로 조회를 보호/보호 해제하는 데 사용됩니다.

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

메서드

Protect(String, String)

지정된 키를 사용하여 데이터를 보호합니다.

Unprotect(String, String)

지정된 키를 사용하여 데이터 보호를 해제합니다.

적용 대상