Click or drag to resize

DbImageSourceEncryptor Delegate

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

Namespace:  Atalasoft.Imaging.ImageSources
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntax
public delegate byte[] Encryptor(
	string s
)

Parameters

s
Type: SystemString

Return Value

Type: Byte
See Also