getcertificate

Signed-off-by: sunjiakun <sunjiakun5@huawei.com>
This commit is contained in:
sunjiakun 2024-08-20 16:42:08 +08:00
parent 28b6e657bb
commit 5c3c3b0a39

View File

@ -498,6 +498,17 @@ export interface SignatureInfo {
* @since 11
*/
readonly appIdentifier: string;
/**
* Indicates the certificate
*
* @type { ?string }
* @readonly
* @syscap SystemCapability.BundleManager.BundleFramework.Core
* @atomicservice
* @since 13
*/
readonly certificate?: string;
}
/**