SigningInfo.PublicKeys Property

Definition

Returns the public keys for the signing certificates.

public System.Collections.Generic.ICollection<Java.Security.IPublicKey> PublicKeys { [Android.Runtime.Register("getPublicKeys", "()Ljava/util/Collection;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getPublicKeys", "()Ljava/util/Collection;", "", ApiSince=35)>]
member this.PublicKeys : System.Collections.Generic.ICollection<Java.Security.IPublicKey>

Property Value

Attributes

Remarks

Returns the public keys for the signing certificates.

Java documentation for android.content.pm.SigningInfo.getPublicKeys().

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.

Applies to