Java.Security.Cert.X509Certificate.BasicConstraints Property
Returns the path length of the certificate constraints from the BasicContraints extension.

Syntax

[get: Android.Runtime.Register("getBasicConstraints", "()I", "GetGetBasicConstraintsHandler")]
public abstract int BasicConstraints { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the path length of the certificate constraints from the BasicContraints extension. If the certificate has no basic constraints or is not a certificate authority, -1 is returned. If the certificate is a certificate authority without a path length, Integer.MAX_VALUE is returned. Otherwise, the certificate authority's path length is returned.

[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