| 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; }
Public Property IgnoreInvalidLength As Boolean
Get
Set
public:
property bool IgnoreInvalidLength {
bool get ();
void set (bool value);
}
member IgnoreInvalidLength : bool with get, set
Property Value
Type:
BooleanSee Also