Click or drag to resize

DbCommandImageAccessorStoreEncryptedValue Method

Stores the value into the serialization info and encrypts 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 void StoreEncryptedValue(
	string key,
	string theValue,
	SerializationInfo info,
	StreamingContext context
)

Parameters

key
Type: SystemString
The key of the data value.
theValue
Type: SystemString
The value to store.
info
Type: System.Runtime.SerializationSerializationInfo
The object that contains the serialized data.
context
Type: System.Runtime.SerializationStreamingContext
The serialization context.
See Also