Click or drag to resize

EncryptHandler Delegate

A delegate to encrypt a string (for use with serialization)

Namespace:  Atalasoft.Imaging.ImageSources.Data
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public delegate byte[] EncryptHandler(
	string s
)

Parameters

s
Type: SystemString

Return Value

Type: Byte
See Also