Where i can set these properties Encrypt=yes;TrustServerCertificate=True in WCF custom transport screen in receive location of BizTalk application.
I am using sql database to polling data in one receive location in BizTalk application.
Now SQL team asked to use below
Encrypt=yes;
TrustServerCertificate=True;.
In all SQL instance they going to enforce the encryption at their end. Where i can add these properties in the receive location? i Can see encript under tab Binding tab. but where i can add TrustServerCertificate=True..?