HashAddData(String) Method |
Adds a chunk of data in a string to be digested by the Hash object.
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic int AddData(
string s
)
Public Function AddData (
s As String
) As Integer
Parameters
- s String
- Data to add
Return Value
Int320 on success or nonzero
error code
See Also