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