| 操作 | 旧版本 | 新版本 | d.ts文件 |
| ---- | ------ | ------ | -------- |
| 新增 | NA | 类名:deviceAttest;
方法or属性:function getAttestStatus(callback: AsyncCallback) : void; | @ohos.deviceAttest.d.ts |
| 新增 | NA | 类名:deviceAttest;
方法or属性:function getAttestStatus() : Promise; | @ohos.deviceAttest.d.ts |
| 新增 | NA | 类名:deviceAttest;
方法or属性:function getAttestStatusSync() : AttestResultInfo; | @ohos.deviceAttest.d.ts |
| 新增 | NA | 类名:AttestResultInfo;
方法or属性:authResult : number; | @ohos.deviceAttest.d.ts |
| 新增 | NA | 类名:AttestResultInfo;
方法or属性:softwareResult : number; | @ohos.deviceAttest.d.ts |
| 新增 | NA | 类名:AttestResultInfo;
方法or属性:softwareResultDetail : Array; | @ohos.deviceAttest.d.ts |
| 新增 | NA | 类名:AttestResultInfo;
方法or属性:ticket : string; | @ohos.deviceAttest.d.ts |