Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Querying on a partial SSN will not work because the encryption string would not be the same with 3 chars versus 9, etc. However, you can encrypt the data prior to sending the query to the server through the Searching event. In the Searching event you can encrypt the text and sent the encrypted value back to the server instead of the clear text. So in the Searching event you would just enumerate through the passed in event args which includes the raw Where clauses and of the SSN was supplied then encrypt the value. The only thing that would be required in order for this to work is that they would have to enter the full SSN number.
|