Click or drag to resize

DbSqlImageAccessor Constructor (SerializationInfo, StreamingContext)

From ISerializable. All properties are encrypted if encryptSerializedState was set to true in the constructor. They are encrypted using the encryptor

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 DbSqlImageAccessor(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
The information to deserialize.
context
Type: System.Runtime.SerializationStreamingContext
The serialization context.
See Also