Java.Security.Cert.PKIXBuilderParameters.MaxPathLength Property
Returns the maximum length of a certification path.

Syntax

[get: Android.Runtime.Register("getMaxPathLength", "()I", "GetGetMaxPathLengthHandler")]
[set: Android.Runtime.Register("setMaxPathLength", "(I)V", "GetSetMaxPathLength_IHandler")]
public virtual int MaxPathLength { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Security.InvalidParameterExceptionif maxPathLength is less than -1.
Java.Security.InvalidParameterExceptionif maxPathLength is less than -1.
Java.Security.InvalidParameterExceptionif maxPathLength is less than -1.
Java.Security.InvalidParameterExceptionif maxPathLength is less than -1.
Java.Security.InvalidParameterExceptionif maxPathLength is less than -1.

Remarks

Get method documentation [Android Documentation]

Returns the maximum length of a certification path. This is the maximum number of non-self-signed certificates in a certification path.

Set method documentation [Android Documentation]

Set the maximum length of a certification path. This is the maximum number of non-self-signed certificates in a certification path.

Requirements

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