IData Protection ApiProtect(Byte) Method
Cryptographically protects a piece of plaintext data.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The protected form of the plaintext data.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
byte[] Protect(
byte[] plainData
)Parameters
- plainData Byte
- The plaintext data to protect.
Return Value
ByteThe protected form of the plaintext data.