Package version:

The backup certificate result, containing the backup blob.

interface BackupCertificateResult {
    value?: Uint8Array;
}

Properties

Properties

value?: Uint8Array

The backup blob containing the backed up certificate. NOTE: This property will not be serialized. It can only be populated by the server.