KeyPair.Public Property

Definition

Returns a reference to the public key component of this key pair.

public Java.Security.IPublicKey? Public { [Android.Runtime.Register("getPublic", "()Ljava/security/PublicKey;", "")] get; }
[<get: Android.Runtime.Register("getPublic", "()Ljava/security/PublicKey;", "")>]
member this.Public : Java.Security.IPublicKey

Property Value

a reference to the public key.

Attributes

Remarks

Returns a reference to the public key component of this key pair.

Java documentation for java.security.KeyPair.getPublic().

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