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