IDataProtectionApiProtect(Byte) Method
|
Cryptographically protects a piece of plaintext data.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxbyte[] Protect(
byte[] plainData
)
Parameters
- plainData Byte
- The plaintext data to protect.
Return Value
ByteThe protected form of the plaintext data.
See Also