Click or drag to resize

DKIMValidationConfigurationIgnoreInvalidLength Property

Get or sets a Boolean value that indicates whether incorect Length parameter value should be ignored, for example when Length value is greater that the length of the data that needs to be hashed. Default is true.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public bool IgnoreInvalidLength { get; set; }

Property Value

Type: Boolean
See Also