Click or drag to resize
weroSoft AG, Software
EncryptedDataStoreBinder Property
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets or sets the binder to be used on materializing the data during decryption.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public SerializationBinder Binder { get; set; }

Property Value

Type: SerializationBinder
Remarks
Implements the binder if you are running into type problems. See http://msdn.microsoft.com/en-us/library/vstudio/system.runtime.serialization.serializationbinder%28v=vs.100%29.aspx
See Also