Database Reference
In-Depth Information
The SubmitOrder message will have all the fields that start with the Encrypted
word as defined in the UnobtrusiveMessageConventions.cs file via the .De-
finingEncryptedPropertiesAs(p =>
p.Name.StartsWith("Encrypted")); configuration. This will encrypt the fields
that start with Encrypted .
We can verify this from the message being transported if the message has the encrypted
values for credit card and expiration date:
Search WWH ::




Custom Search