Click or drag to resize

IOrmEncryptionSettings Interface

Represents encryption settings

Namespace: SanteDB.OrmLite.Providers
Assembly: SanteDB.OrmLite (in SanteDB.OrmLite.dll) Version: 3.0.2081-alpha+d0a78774d3f97b9193d2ae2fef6d129ea9f29519
Syntax
public interface IOrmEncryptionSettings

The IOrmEncryptionSettings type exposes the following members.

Properties
 NameDescription
Public propertyAleEnabled Gets the mode of the ALE
Public propertyCertificate Get the certificate used for encryption
Public propertySaltSeed A seeding value for salts in the database
Top
Methods
 NameDescription
Public methodShouldEncrypt True if the fieldName is to be encrypted
Top
See Also