Codeunit 1279 Cryptography Management Impl. in 21
- App
- System Application
Versions171819202122232425262728latest
Procedures, 50
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Decrypt | (Text) | Text | public | - |
| ExportKey | () | public | - | |
| ExportKeyAsStream | (var Codeunit Temp Blob, Text) | public | - | |
| ImportKey | () | public | - | |
| ChangeKey | () | public | - | |
| EnableEncryption | (Boolean) | public | - | |
| DisableEncryption | (Boolean) | public | - | |
| IsEncryptionEnabled | () | Boolean | public | - |
| IsEncryptionPossible | () | Boolean | public | - |
| GetEncryptionIsNotActivatedQst | () | Text | public | - |
| GenerateHash | (Text, Option) | Text | public | - |
| GenerateHashAsBase64String | (Text, Option) | Text | public | - |
| GenerateHash | (Text, Text, Option) | Text | public | - |
| GenerateHashAsBase64String | (Text, Text, Option) | Text | public | - |
| GenerateBase64KeyedHashAsBase64String | (Text, Text, Option) | Text | public | - |
| GenerateHash | (InStream, Option) | Text | public | - |
| SignData | (Text, var Record Signature Key, Enum Hash Algorithm, OutStream) | public | - | |
| SignData | (Text, InStream, Option, OutStream) | public | - | |
| SignData | (InStream, var Record Signature Key, Enum Hash Algorithm, OutStream) | public | - | |
| SignData | (InStream, InStream, Option, OutStream) | public | - | |
| VerifyData | (Text, var Record Signature Key, Enum Hash Algorithm, InStream) | Boolean | public | - |
| VerifyData | (Text, Text, Option, InStream) | Boolean | public | - |
| VerifyData | (InStream, var Record Signature Key, Enum Hash Algorithm, InStream) | Boolean | public | - |
| VerifyData | (InStream, Text, Option, InStream) | Boolean | public | - |
| InitRijndaelProvider | () | public | - | |
| InitRijndaelProvider | (Text) | public | - | |
| InitRijndaelProvider | (Text, Integer) | public | - | |
| InitRijndaelProvider | (Text, Integer, Text) | public | - | |
| InitRijndaelProvider | (Text, Integer, Text, Text) | public | - | |
| SetBlockSize | (Integer) | public | - | |
| SetCipherMode | (Text) | public | - | |
| SetPaddingMode | (Text) | public | - | |
| SetEncryptionData | (Text, Text) | public | - | |
| IsValidKeySize | (Integer) | Boolean | public | - |
| GetLegalKeySizeValues | (var Integer, var Integer, var Integer) | public | - | |
| GetLegalBlockSizeValues | (var Integer, var Integer, var Integer) | public | - | |
| GetEncryptionData | (var Text, var Text) | public | - | |
| EncryptRijndael | (Text) | Text | public | - |
| DecryptRijndael | (Text) | Text | public | - |
| HashRfc2898DeriveBytes | (Text, Text, Integer, Option) | Text | public | - |
| GenerateBase64KeyedHash | (Text, Text, Option) | Text | public | - |
| SignData | (Text, Text, Enum Hash Algorithm, OutStream) | public | - | |
| SignData | (InStream, Text, Enum Hash Algorithm, OutStream) | public | - | |
| VerifyData | (Text, Text, Enum Hash Algorithm, InStream) | Boolean | public | - |
| VerifyData | (InStream, Text, Enum Hash Algorithm, InStream) | Boolean | public | - |
| Encrypt | (Text[215]) | Text | public | - |
| SignData | (Text, Codeunit Signature Key, Enum Hash Algorithm, OutStream) | public | - | |
| SignData | (InStream, Codeunit Signature Key, Enum Hash Algorithm, OutStream) | public | - | |
| VerifyData | (Text, Codeunit Signature Key, Enum Hash Algorithm, InStream) | Boolean | public | - |
| VerifyData | (InStream, Codeunit Signature Key, Enum Hash Algorithm, InStream) | Boolean | public | - |