KeyPair.Private Property

Definition

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

public Java.Security.IPrivateKey? Private { [Android.Runtime.Register("getPrivate", "()Ljava/security/PrivateKey;", "")] get; }
[<get: Android.Runtime.Register("getPrivate", "()Ljava/security/PrivateKey;", "")>]
member this.Private : Java.Security.IPrivateKey

Property Value

a reference to the private key.

Attributes

Remarks

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

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

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