SigningInfo.HasMultipleSigners Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Although relatively uncommon, packages may be signed by more than one signer, in which case their identity is viewed as being the set of all signers, not just any one.
public bool HasMultipleSigners { [Android.Runtime.Register("hasMultipleSigners", "()Z", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("hasMultipleSigners", "()Z", "", ApiSince=28)>]
member this.HasMultipleSigners : bool
Property Value
- Attributes
Remarks
Although relatively uncommon, packages may be signed by more than one signer, in which case their identity is viewed as being the set of all signers, not just any one.
Java documentation for android.content.pm.SigningInfo.hasMultipleSigners()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.