Click or drag to resize

DbImageSourceDecryptor Delegate

A delegate to decrypt data back into 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 string Decryptor(
	byte[] b
)

Parameters

b
Type: SystemByte

Return Value

Type: String
See Also