PackageInfoIsLengthAndHashOfPackageZipFileCorrect Method |
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic bool IsLengthAndHashOfPackageZipFileCorrect(
FileInfo fileInfo
)
Parameters
- fileInfo FileInfo
- The file information of the package's zip file to verify. Cannot be null.
Return Value
BooleanTrue if the file length and hash are correct; otherwise, false.
See Also