ILookupProtector Interface

Definition

Used to protect/unprotect lookups with a specific key.

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

Methods

Protect(String, String)

Protect the data using the specified key.

Unprotect(String, String)

Unprotect the data using the specified key.

Applies to