signingKeyCertFingerprints property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<String>? signingKeyCertFingerprints
getter/setter pair

Use signingKeyCerts instead.

The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.

Deprecated.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<core.String>? signingKeyCertFingerprints;