 | openAuthToolsGenerateSignatureUsingHash Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Generate the signature value based on the given signature base and hash algorithm
Namespace:
imbACE.Network.authorization
Assembly:
imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntaxpublic string GenerateSignatureUsingHash(
string signatureBase,
HashAlgorithm hash
)
Request Example
View SourceParameters
- signatureBase
- Type: SystemString
The signature based as produced by the GenerateSignatureBase method or by any other means - hash
- Type: System.Security.CryptographyHashAlgorithm
The hash algorithm used to perform the hashing. If the hashing algorithm requires initialization or a key it should be set prior to calling this method
Return Value
Type:
StringA base64 string of the hash value
See Also