AbstractDigestSchemeComputeHashString Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected string ComputeHashString(
HashAlgorithm algorithm,
string key
)
Protected Function ComputeHashString (
algorithm As HashAlgorithm,
key As String
) As String
protected:
String^ ComputeHashString(
HashAlgorithm^ algorithm,
String^ key
)
member ComputeHashString :
algorithm : HashAlgorithm *
key : string -> string
Parameters
- algorithm
- Type: System.Security.CryptographyHashAlgorithm
- key
- Type: SystemString
Return Value
Type:
StringSee Also