Gets the maximum depth of the certificate chain to be verified.
Syntax
| Visual Basic (Declaration) | |
|---|
Overridable ReadOnly Property MaximumVerificationDepth As Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As IDicomSecurity
Dim value As Integer
value = instance.MaximumVerificationDepth
|
| C# | |
|---|
virtual int MaximumVerificationDepth {get;} |
| C++/CLI | |
|---|
virtual property int MaximumVerificationDepth {
int get();
} |
Return Value
The maximum depth of the certificate chain to be verified. The
default value is 9.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also