HelperGetHashHmacSha256 Method |
KotakNet DotNet Library
Namespace:
KotakNet.Bridge
Assembly:
KotakNet.Bridge (in KotakNet.Bridge.dll) Version: 1.0.0.0 (1.0.22.702)
Syntaxpublic string GetHashHmacSha256(
string key,
string input
)
Public Function GetHashHmacSha256 (
key As String,
input As String
) As String
Parameters
- key
- Type: SystemString
- input
- Type: SystemString
Return Value
Type:
String
See Also