How to handle encrypted column in SQL Server Database in LINQ to SQL?

Posted by Raja on Stack Overflow See other posts from Stack Overflow or by Raja
Published on 2010-02-08T19:34:04Z Indexed on 2010/03/19 11:51 UTC
Read the original article Hit count: 609

Hi Guys,

We are in the process of encrypting all the SSN columns (had to do it now due to security audit). We already built the DBML and now we have to change it. Can you guys let me know if there is a good way of handling this in LINQ to SQL? We use stored procedures for Insert, Update and Delete but use LINQ to SQL for all our selects (ease of use). Do I have to change the format for those tables with SSN or Is there any other manner we can handle it in LINQ to SQL?

Thanks, Raja

© Stack Overflow or respective owner

Related posts about sql-server-2005

Related posts about linq-to-sql