Gets or sets the maximum depth of the certificate chain to be verified.
public int MaximumVerificationDepth {get; set;}
'Declaration
Public Property MaximumVerificationDepth As Integer
'Usage
Dim instance As DicomOpenSslContextCreationSettings
Dim value As Integer
instance.MaximumVerificationDepth = value
value = instance.MaximumVerificationDepth
public int MaximumVerificationDepth {get; set;}
get_MaximumVerificationDepth();
set_MaximumVerificationDepth(value);
Object.defineProperty('MaximumVerificationDepth');
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.