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