IDataProtectionApi Interface |
Namespace: Casewhere.Runtime.DSL.Api
public interface IDataProtectionApi
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)