Enum EntityDataIntegrityValidation
Specifies the validation strength of a data checksum.
public enum EntityDataIntegrityValidation
Fields
Strong = 2
Indicates that a strong, byte-for-byte checksum was specified.
Unspecified = 0
Indicates that no checksum strength was specified.
Weak = 1
Indicates that a weak, semantic equivalent checksum was specified.