KeyStore.PrivateKeyEntry.GetCertificateChain Method
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 Certificate
chain from this entry.
[Android.Runtime.Register("getCertificateChain", "()[Ljava/security/cert/Certificate;", "")]
public Java.Security.Cert.Certificate[]? GetCertificateChain ();
[<Android.Runtime.Register("getCertificateChain", "()[Ljava/security/cert/Certificate;", "")>]
member this.GetCertificateChain : unit -> Java.Security.Cert.Certificate[]
Returns
an array of Certificate
s corresponding
to the certificate chain for the public key.
If the certificates are of type X.509,
the runtime type of the returned array is
X509Certificate[]
.
- Attributes
Remarks
Gets the Certificate
chain from this entry.
The stored chain is cloned before being returned.
Java documentation for java.security.KeyStore.PrivateKeyEntry.getCertificateChain()
.
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.