KeyPair.Public 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.
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.