'Declaration Public Overloads Function HashStringHex( _ ByVal hashType As HashProvider, _ ByVal input As System.String _ ) As System.String
'Usage Dim instance As Encryption Dim hashType As HashProvider Dim input As System.String Dim value As System.String value = instance.HashStringHex(hashType, input)
public System.string HashStringHex( HashProvider hashType, System.string input )
public function HashStringHex( hashType: HashProvider; input: System.String ): System.String;
public function HashStringHex( hashType : HashProvider, input : System.String ) : System.String;
public: System.string* HashStringHex( HashProvider hashType, System.string* input )
public: System.String^ HashStringHex( HashProvider hashType, System.String^ input )
Parameters
- hashType
- Type of the hash.
- input
- The input.
Return Value
System.String.