0

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.

BlakeH
  • 3,354
  • 2
  • 21
  • 31

1 Answers1

0

It appears that this is not supported by Fluent NHibernate at this time. Here is a link to the issue in GitHub:

https://github.com/jagregory/fluent-nhibernate/issues/193

BlakeH
  • 3,354
  • 2
  • 21
  • 31