 | 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.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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
Boolean
See Also