Does anyone know how the following HBM property mapping could be translated to Fluent?
<typedef class="uNHAddIns.UserTypes.EncryptedString, uNHAddIns" name="Encrypted">
<param name="encryptor">uNhAddIns.UserTypes.uNHAddinsEncryptor, uNhAddIns</param>
<param name="encryptionKey">myRGBKey</param>
</typedef>
It doesn't have to work specifically for the EncryptedString type, but I need to know if it's possible to add params to CustomType mappings in Fluent.