| UploadAndVerifyCert | (var Record Isolated Certificate) | Boolean | public | 17-28 | - |
| InitIsolatedCertificateFromBlob | (var Record Isolated Certificate, Codeunit Temp Blob) | Boolean | public | 17-28 | - |
| VerifyCert | (var Record Isolated Certificate) | Boolean | public | 17-28 | - |
| VerifyCertFromString | (var Record Isolated Certificate, Text) | | public | 17-28 | - |
| SaveCertToIsolatedStorage | (Record Isolated Certificate) | | public | 17-28 | - |
| SavePasswordToIsolatedStorage | (var Record Isolated Certificate) | | public | 17-28 | - |
| GetPasswordAsSecureString | (var Codeunit DotNet_SecureString, Record Isolated Certificate) | | public | 17-28 | - |
| GetPassword | (Record Isolated Certificate) | Text | public | 17-26, gone | Pending 24.0 |
| Replaced by GetPasswordAsSecret with SecretText data type for the return value. |
| GetCertAsBase64String | (Record Isolated Certificate) | Text | public | 17-28 | - |
| GetCertDataScope | (Record Isolated Certificate) | DataScope | public | 17-28 | - |
| DeleteCertAndPasswordFromIsolatedStorage | (Record Isolated Certificate) | | public | 17-28 | - |
| GetUploadedCertFileName | () | Text | public | 17-28 | - |
| SetCertPassword | (Text) | | public | 17-26, gone | Pending 24.0 |
| Replaced by SetCertPassword with SecretText data type for CertificatePassword parameter. |
| GetRawCertDataAsBase64String | (Record Isolated Certificate) | Text | public | 20-28 | - |
| VerifyCertFromBase64 | (Text) | Boolean | public | 20-28 | - |
| GetCertSimpleName | (Record Isolated Certificate) | Text | public | 20-28 | - |
| GetCertPrivateKey | (Record Isolated Certificate, var Codeunit Signature Key) | | public | 20-28 | - |
| GetPublicKeyAsBase64String | (Text, Text) | Text | public | 23-26, gone | Pending 24.0 |
| Replaced by GetPublicKeyAsBase64String with SecretText data type for Password parameter. |
| GetPasswordAsSecret | (Record Isolated Certificate) | SecretText | public | 24-28 | - |
| SetCertPassword | (SecretText) | | public | 24-28 | - |
| GetPublicKeyAsBase64String | (Text, SecretText) | Text | public | 24-28 | - |
| ReadCertFromStream | (SecretText, var InStream) | Boolean | public | 27-28 | - |
| ValidateCertFields | (var Record Isolated Certificate) | | public | 27-28 | - |