'Declaration Public Overloads Function HashFileBase64( _ 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.HashFileBase64(hashType, inputFilePath, key)
public System.string HashFileBase64( HashProvider hashType, System.string inputFilePath, System.string key )
public function HashFileBase64( hashType: HashProvider; inputFilePath: System.String; key: System.String ): System.String;
public function HashFileBase64( hashType : HashProvider, inputFilePath : System.String, key : System.String ) : System.String;
public: System.string* HashFileBase64( HashProvider hashType, System.string* inputFilePath, System.string* key )
public: System.String^ HashFileBase64( HashProvider hashType, System.String^ inputFilePath, System.String^ key )
Parameters
- hashType
- The keyed hash algorithm to use
- inputFilePath
- The file to hash
- key
- The secret key
Return Value
Base64 Encoded Hash