IPersonalDataProtector 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.
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. |