IPersonalDataProtector 接口

定义

提供用于个人数据加密的抽象。

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

方法

Protect(String)

保护数据。

Unprotect(String)

取消保护数据。

适用于