Java.Security.Cert.PKIXParameters.CertPathCheckers Property
Returns the list of checkers for the certification path.

Syntax

[get: Android.Runtime.Register("getCertPathCheckers", "()Ljava/util/List;", "GetGetCertPathCheckersHandler")]
[set: Android.Runtime.Register("setCertPathCheckers", "(Ljava/util/List;)V", "GetSetCertPathCheckers_Ljava_util_List_Handler")]
public virtual IList<PKIXCertPathChecker> CertPathCheckers { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the list of checkers for the certification path.

The list is unmodifiable and the entries in the list are cloned.

[Android Documentation]

Requirements

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