Codeunit 1259 Certificate Management in 17
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 13
| 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 | - | |
| GetPassword | (Record Isolated Certificate) | Text | public | - |
| GetCertAsBase64String | (Record Isolated Certificate) | Text | public | - |
| GetCertDataScope | (Record Isolated Certificate) | DataScope | public | - |
| DeleteCertAndPasswordFromIsolatedStorage | (Record Isolated Certificate) | public | - | |
| GetUploadedCertFileName | () | Text | public | - |
| SetCertPassword | (Text) | public | - |