Java.Net.SecureCacheResponse.LocalCertificateChain Property
Gets the local certificate chain.

Syntax

[get: Android.Runtime.Register("getLocalCertificateChain", "()Ljava/util/List;", "GetGetLocalCertificateChainHandler")]
public abstract IList<Java.Security.Cert.Certificate> LocalCertificateChain { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the local certificate chain. When the original connection retrieved the resource data, this certificate chain was sent to the server during handshaking process. This method only takes effect when certificate-based cipher suite is enabled.

[Android Documentation]

Requirements

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