GrantedKeyInfo.Certificate 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 the leaf certificate of the granted key pair, or null if no certificate is
associated with the alias.
public Java.Security.Cert.X509Certificate? Certificate { [Android.Runtime.Register("getCertificate", "()Ljava/security/cert/X509Certificate;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getCertificate", "()Ljava/security/cert/X509Certificate;", "", ApiSince=37)>]
member this.Certificate : Java.Security.Cert.X509Certificate
Property Value
- Attributes