Javax.Net.Ssl.HttpsURLConnection.GetLocalCertificates Method
Returns the list of local certificates used during the handshake.

Syntax

[Android.Runtime.Register("getLocalCertificates", "()[Ljava/security/cert/Certificate;", "GetGetLocalCertificatesHandler")]
public abstract Java.Security.Cert.Certificate[] GetLocalCertificates ()

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif no connection has been established yet.

Remarks

Returns the list of local certificates used during the handshake. These certificates were sent to the peer.

[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