KeyStore.PrivateKeyEntry.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.
Gets the end entity Certificate
from the certificate chain in this entry.
public Java.Security.Cert.Certificate Certificate { [Android.Runtime.Register("getCertificate", "()Ljava/security/cert/Certificate;", "")] get; }
[<get: Android.Runtime.Register("getCertificate", "()Ljava/security/cert/Certificate;", "")>]
member this.Certificate : Java.Security.Cert.Certificate
Property Value
the end entity Certificate
(at index 0)
from the certificate chain in this entry.
If the certificate is of type X.509,
the runtime type of the returned certificate is
X509Certificate
.
- Attributes
Remarks
Gets the end entity Certificate
from the certificate chain in this entry.
Java documentation for java.security.KeyStore.PrivateKeyEntry.getCertificate()
.
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.