| Codeunit System.Security.Encryption.CertificateRequest |
Provides helper functionality for creating Certificate Signing Requests (CSR:s) and Self Signed Certificates. |
| Codeunit System.Security.Encryption."Cryptography Management" |
Provides helper functions for encryption and hashing.
For encryption in an on-premises versions, use it to turn encryption on or off, and import and export the encryption key.
Encryption is always turned on for online versions. |
| Codeunit System.Security.Encryption.DESCryptoServiceProvider |
Provides helper functions for the Data Encryption Standard (DES) |
| Codeunit System.Security.Encryption.DSACryptoServiceProvider |
Defines a wrapper object to access the cryptographic service provider (CSP) implementation of the DSA algorithm. |
| Codeunit System.Security.Encryption.Rfc2898DeriveBytes |
Provides helper functions for the Advanced Encryption Standard. |
| Codeunit System.Security.Encryption."Rijndael Cryptography" |
Provides helper functions for the Advanced Encryption Standard. |
| Codeunit System.Security.Encryption.RSA |
Performs asymmetric encryption and digital signature using the implementation of the RSA class. |
| Codeunit System.Security.Encryption.RSACryptoServiceProvider |
Performs asymmetric encryption and decryption using the implementation of the RSA algorithm provided by the cryptographic service provider (CSP). |
| Codeunit System.Security.Encryption."Signature Key" |
Represents the key of asymmetric algorithm. |
| Codeunit System.Security.Encryption.X509Certificate2 |
Provides helper functions to work with the X509Certificate2 class. |
| Codeunit System.Security.Encryption.EncryptedXml |
Provides functionality for encrypting and decrypting XML documents. |
| Codeunit System.Security.Encryption.SignedXml |
Provides a functionality to singing an xml document. |