WCF Certificate Store from SQL Server Database
问题 I have a SQL Database which is storing my client side certificate for WCF service and other services. (X509 etc). I would like to use this Store (instead of 'My') to retrive this certificate (instead of declaring it in web.config) and then use it for WCF. I have tried to search on this site and google but does not seems to be much of a help. Currently I am doing var targetEndpoint = new EndpointAddress(targetLogicalAddress, targetIdentity); MyTransportPortTypesClient proxy = new