Javax.Net.Ssl.HandshakeCompletedEvent.GetPeerCertificates Method
Return the list of certificates identifying the peer during the handshake.

Syntax

[Android.Runtime.Register("getPeerCertificates", "()[Ljava/security/cert/Certificate;", "GetGetPeerCertificatesHandler")]
public virtual Java.Security.Cert.Certificate[] GetPeerCertificates ()

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

Return the list of certificates identifying the peer during the handshake.

[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