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