IPersonalDataProtector インターフェイス

定義

個人データの暗号化に使用される抽象化を提供します。

public interface class IPersonalDataProtector
public interface IPersonalDataProtector
type IPersonalDataProtector = interface
Public Interface IPersonalDataProtector
派生

メソッド

Protect(String)

データを保護します。

Unprotect(String)

データの保護を解除します。

適用対象