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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public delegate byte[] Encryptor(
	string s
)

Parameters

s
Type: SystemString

Return Value

Type: Byte
See Also