Click or drag to resize

DbCommandImageAccessorEncryptIfRequested Method

Encrypt 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 byte[] EncryptIfRequested(
	string s
)

Parameters

s
Type: SystemString
The string to encrypt

Return Value

Type: Byte
The encrypted string.
See Also