Codeunit 1379 DESCryptoServiceProvider in 22
- App
- System Application
Versions171819202122232425262728latest
Procedures, 6
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| EncryptText | (Text, Text, Text) | Text | public | - | |||
| DecryptText | (Text, Text, Text) | Text | public | - | |||
| EncryptStream | (Text, InStream, var OutStream) | public | Pending 18.0 | ||||
| Replaced, add the salt parameter to continue using this function | |||||||
| DecryptStream | (Text, InStream, var OutStream) | public | Pending 18.0 | ||||
| Replaced, add the salt parameter to continue using this function | |||||||
| EncryptStream | (Text, Text, InStream, var OutStream) | public | - | ||||
| DecryptStream | (Text, Text, InStream, var OutStream) | public | - | ||||