←Select platform

MaximumVerificationDepth Property

Summary

Gets or sets the maximum depth of the certificate chain to be verified.

Syntax
C#
VB
C++
public int MaximumVerificationDepth { get; set; } 
Public Property MaximumVerificationDepth As Integer 
public: 
property int MaximumVerificationDepth { 
   int get(); 
   void set (    int value); 
} 

Property Value

The maximum depth of the certificate chain to be verified. The default value is 9.

Example

For an example, refer to Initialize.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly