Codeunit 1259 Certificate Management in 26
- App
- Base Application
- Namespace
- System.Security.Encryption
Versions171819202122232425262728latest
Source29
Procedures, 21
| 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 | Pending 24.0 | |||
| Replaced by GetPasswordAsSecret with SecretText data type for the return value. | |||||||
| GetCertAsBase64String | (Record Isolated Certificate) | Text | public | - | |||
| GetCertDataScope | (Record Isolated Certificate) | DataScope | public | - | |||
| DeleteCertAndPasswordFromIsolatedStorage | (Record Isolated Certificate) | public | - | ||||
| GetUploadedCertFileName | () | Text | public | - | |||
| SetCertPassword | (Text) | public | Pending 24.0 | ||||
| Replaced by SetCertPassword with SecretText data type for CertificatePassword parameter. | |||||||
| 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 | - | ||||
| GetPublicKeyAsBase64String | (Text, Text) | Text | public | Pending 24.0 | |||
| Replaced by GetPublicKeyAsBase64String with SecretText data type for Password parameter. | |||||||
| GetPasswordAsSecret | (Record Isolated Certificate) | SecretText | public | - | |||
| SetCertPassword | (SecretText) | public | - | ||||
| GetPublicKeyAsBase64String | (Text, SecretText) | Text | public | - | |||