Javax.Net.Ssl.ISSLSession.GetPeerCertificates Method
Returns the list of certificates the peer used to identify itself during the handshake.

Syntax

[Android.Runtime.Register("getPeerCertificates", "()[Ljava/security/cert/Certificate;", "GetGetPeerCertificatesHandler:Javax.Net.Ssl.ISSLSessionInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public 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 is not verified.

Remarks

Returns the list of certificates the peer used to identify itself 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