craiggwilson / Simple.Data.MongoDB

MongoDB adapter for Simple.Data
35 stars 10 forks source link

added converting byte array properties out of mongo. #8

Closed peterkeating closed 12 years ago

peterkeating commented 12 years ago

Just added onto your if / else code to convert byte arrays out of mongo. Also I added an EncryptedPassword property to the User class & a unit test to prove that the conversion works as expected.