Click or drag to resize
FileUtils Class
File utility methods.
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Sdk.UtilsFileUtils

Namespace: PDTec.IceNet.Sdk.Utils
Assembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public static class FileUtils
Methods
  NameDescription
Public methodStatic memberCalculateHash(Byte)
Calculates the SHA-1 hash of a file content.
Public methodStatic memberCalculateHash(Stream)
Calculates the SHA-1 hash of a file content from a stream.
Public methodStatic memberCalculateHash(String)
Calculates the SHA-1 hash of a file system file.
Top
See Also