Gets or sets the encryptor to use when storing encrypted values.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public IEncryptor Encryptor { get; set; }
Visual Basic
Public Property Encryptor As IEncryptor
	Get
	Set
Visual C++
public:
property IEncryptor^ Encryptor {
	IEncryptor^ get ();
	void set (IEncryptor^ value);
}

Field Value

The encryptor.

Remarks

The default encryptor is an instance of AesEncryptor which must be properly configured for use.

See Also