Click or drag to resize

DbCommandImageAccessorGetDecryptedValue Method

Gets the value from the serialized data and decrypts it if requested.

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 GetDecryptedValue(
	string key,
	SerializationInfo info,
	StreamingContext context
)

Parameters

key
Type: SystemString
The key of the data value.
info
Type: System.Runtime.SerializationSerializationInfo
The serialized data.
context
Type: System.Runtime.SerializationStreamingContext
The serialization context.

Return Value

Type: String
The decrypted data.
See Also