XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / CheckSizeAndHash Method



CheckSizeAndHash Method
Check that the document in the Data property actually matches the Size and Hash values.
Syntax
Public Function CheckSizeAndHash() As Boolean
Dim instance As XdsDocument
Dim value As Boolean
 
value = instance.CheckSizeAndHash()
public bool CheckSizeAndHash()
public:
bool CheckSizeAndHash(); 

Return Value

true if the data is consistent, and false if inconsistent
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also