System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension.HasPathLengthConstraint Property

Gets a value indicating whether a certificate has a restriction on the number of path levels it allows.

Syntax

public bool HasPathLengthConstraint { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A certificate issuer can restrict the number of levels in a certificate path. This property indicates whether the certificate has this restriction. If this value is true, you can use the X509BasicConstraintsExtension.PathLengthConstraint property to determine the number of levels allowed.

Requirements

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0