Java.Net.SecureCacheResponse.ServerCertificateChain Property
Gets the cached server's certificate chain.

Syntax

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

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Javax.Net.Ssl.SSLPeerUnverifiedExceptionif the peer is unverified.

Remarks

Gets the cached server's certificate chain. As part of defining the session, the certificate chain was established when the original connection retrieved network resource. This method can only be invoked when certificated-based cipher suite is enabled. Otherwise, it throws an SSLPeerUnverifiedException.

[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