Click or drag to resize

DbCommandImageAccessorDecryptIfRequested Method

Decrypt a string if EncryptSerializedState is true.

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
protected virtual string DecryptIfRequested(
	byte[] data
)

Parameters

data
Type: SystemByte
The encrypted string.

Return Value

Type: String
The decryted string.
See Also