IData
|
public interface IDataProtectionApi
The IDataProtectionApi type exposes the following members.
| Name | Description | |
|---|---|---|
| Protect(Byte) | Cryptographically protects a piece of plaintext data. | |
| Protect(String) | Cryptographically protects a piece of plaintext data. | |
| Unprotect(Byte) | Cryptographically unprotects a piece of cipher data. | |
| Unprotect(String) | Cryptographically unprotects a piece of cipher text. |
var dataProtectionApi = ctx.Use<IDataProtectionApi>(); dataProtectionApi.Protect(value)