'Declaration
<System.ObsoleteAttribute("Deprecated. Use HashFileBase64 instead. There is also a new method HashFileHex", False)>
Public Overloads Function HashFile( _
ByVal hashType As HashProvider, _
ByVal inputFilePath As System.String, _
ByVal key As System.String _
) As System.String
'Usage Dim instance As Encryption Dim hashType As HashProvider Dim inputFilePath As System.String Dim key As System.String Dim value As System.String value = instance.HashFile(hashType, inputFilePath, key)
[System.Obsolete("Deprecated. Use HashFileBase64 instead. There is also a new method HashFileHex", false)]
public System.string HashFile(
HashProvider hashType,
System.string inputFilePath,
System.string key
)
public function HashFile( hashType: HashProvider; inputFilePath: System.String; key: System.String ): System.String;
System.ObsoleteAttribute("Deprecated. Use HashFileBase64 instead. There is also a new method HashFileHex", )
public function HashFile(
hashType : HashProvider,
inputFilePath : System.String,
key : System.String
) : System.String;
[System.Obsolete("Deprecated. Use HashFileBase64 instead. There is also a new method HashFileHex", false)]
public: System.string* HashFile(
HashProvider hashType,
System.string* inputFilePath,
System.string* key
)
[System.Obsolete("Deprecated. Use HashFileBase64 instead. There is also a new method HashFileHex", false)]
public:
System.String^ HashFile(
HashProvider hashType,
System.String^ inputFilePath,
System.String^ key
)
Parameters
- hashType
- Type of the hash.
- inputFilePath
- The input file path.
- key
- The key.
Return Value
System.String.