ILookupProtector インターフェイス

定義

特定のキーを使用してルックアップを保護/保護解除するために使用されます。

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

メソッド

Protect(String, String)

指定したキーを使用してデータを保護します。

Unprotect(String, String)

指定したキーを使用してデータの保護を解除します。

適用対象