Javax.Net.Ssl.HandshakeCompletedEvent.GetPeerCertificateChain Method
Returns the list of certificates identifying the peer.

Syntax

[Android.Runtime.Register("getPeerCertificateChain", "()[Ljavax/security/cert/X509Certificate;", "GetGetPeerCertificateChainHandler")]
public virtual Javax.Security.Cert.X509Certificate[] GetPeerCertificateChain ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Javax.Net.Ssl.SSLPeerUnverifiedExceptionif the identity of the peer has not been verified.

Remarks

Returns the list of certificates identifying the peer. The peer's identity certificate is followed by the validated certificate authority certificates.

Replaced by:HandshakeCompletedEvent.GetPeerCertificates

[Android Documentation]

Requirements

Namespace: Javax.Net.Ssl
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1