public final class CanonicalizationType
extends com.aspose.ms.System.Enum
Represents DKIM canonicalization.
Modifier and Type | Field and Description |
---|---|
static int |
Relaxed
Relaxed canonicalization (minor changes, like additional spaces, are allowed).
|
static int |
Simple
Simple canonicalization (almost no changes to the headers or body are allowed).
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Simple
Simple canonicalization (almost no changes to the headers or body are allowed).
public static final int Relaxed
Relaxed canonicalization (minor changes, like additional spaces, are allowed).