ILookupProtector Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |