C#
VB
C++
Gets or sets the maximum depth of the certificate chain to be verified.
public int MaximumVerificationDepth { get; set; }
Public Property MaximumVerificationDepth As Integer
public:
property int MaximumVerificationDepth {
int get();
void set ( int value);
}
The maximum depth of the certificate chain to be verified. The default value is 9.