'Declaration
<System.ObsoleteAttribute("Use HashStringBase64 instead. There is also a new method HashStringHex", False)>
Public Overloads Function HashString( _
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.HashString(hashType, input)
[System.Obsolete("Use HashStringBase64 instead. There is also a new method HashStringHex", false)]
public System.string HashString(
HashProvider hashType,
System.string input
)
public function HashString( hashType: HashProvider; input: System.String ): System.String;
System.ObsoleteAttribute("Use HashStringBase64 instead. There is also a new method HashStringHex", )
public function HashString(
hashType : HashProvider,
input : System.String
) : System.String;
[System.Obsolete("Use HashStringBase64 instead. There is also a new method HashStringHex", false)]
public: System.string* HashString(
HashProvider hashType,
System.string* input
)
[System.Obsolete("Use HashStringBase64 instead. There is also a new method HashStringHex", false)]
public:
System.String^ HashString(
HashProvider hashType,
System.String^ input
)
Parameters
- hashType
- Type of the hash.
- input
- The input.
Return Value
System.String.