Click or drag to resize

Sha256AddData(String) Method

Adds a string of Ansi characters to the digest

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public int AddData(
	string s
)

Parameters

s  String
String of Ansi characters

Return Value

Int32
0 on success or nonzero error code
See Also