Codeunit 1259 Certificate Management in 28
- App
- Base Application
- Namespace
- System.Security.Encryption
Versions171819202122232425262728latest
Source29
Procedures, 20
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| UploadAndVerifyCert | (var Record Isolated Certificate) | Boolean | public | - |
| InitIsolatedCertificateFromBlob | (var Record Isolated Certificate, Codeunit Temp Blob) | Boolean | public | - |
| VerifyCert | (var Record Isolated Certificate) | Boolean | public | - |
| VerifyCertFromString | (var Record Isolated Certificate, Text) | public | - | |
| SaveCertToIsolatedStorage | (Record Isolated Certificate) | public | - | |
| SavePasswordToIsolatedStorage | (var Record Isolated Certificate) | public | - | |
| GetPasswordAsSecureString | (var Codeunit DotNet_SecureString, Record Isolated Certificate) | public | - | |
| GetCertAsBase64String | (Record Isolated Certificate) | Text | public | - |
| GetCertDataScope | (Record Isolated Certificate) | DataScope | public | - |
| DeleteCertAndPasswordFromIsolatedStorage | (Record Isolated Certificate) | public | - | |
| GetUploadedCertFileName | () | Text | public | - |
| GetRawCertDataAsBase64String | (Record Isolated Certificate) | Text | public | - |
| VerifyCertFromBase64 | (Text) | Boolean | public | - |
| GetCertSimpleName | (Record Isolated Certificate) | Text | public | - |
| GetCertPrivateKey | (Record Isolated Certificate, var Codeunit Signature Key) | public | - | |
| GetPasswordAsSecret | (Record Isolated Certificate) | SecretText | public | - |
| SetCertPassword | (SecretText) | public | - | |
| GetPublicKeyAsBase64String | (Text, SecretText) | Text | public | - |
| ReadCertFromStream | (SecretText, var InStream) | Boolean | public | - |
| ValidateCertFields | (var Record Isolated Certificate) | public | - |