Click or drag to resize

IDbEncryptor Methods

The IDbEncryptor type exposes the following members.

Methods
 NameDescription
Public methodCreateQueryValue Create a query parameter value based on the configuration of the encryption
Public methodHasEncryptionMagic Tests whether objectToTest is encrypted by looking at the MAGIC which should appear at the start of the object data
Public methodTryDecrypt Attempt to decrypt the data from the database
Public methodTryEncrypt Attempt to encrypt the data with the configured encryption setting
Public methodTryGetEncryptionMode Tests whether columnIdentifier is configured for encryption
Top
See Also