IPersonalDataProtector Interface

Definition

Provides an abstraction used for personal data encryption.

public interface class IPersonalDataProtector
public interface IPersonalDataProtector
type IPersonalDataProtector = interface
Public Interface IPersonalDataProtector
Derived

Methods

Protect(String)

Protect the data.

Unprotect(String)

Unprotect the data.

Applies to