wcf
wcf copied to clipboard
AllowInsecureTransport & EnableUnsecuredResponse in SecurityBindingElement class
I'm trying to construct a SecurityBindingElement object but the AllowInsecureTransport and EnableUnsecuredResponse attributes are not available within the created object.
When you look at the code here, one can see that these attributes are listed.
Is this code old and no longer used?
@imcarolwang can you please see if you could add code and tests for this issue?
I can create the example code, but a test is not even possible as the SecurityBindingElement doesn't have those attributes. I guess what would be the correct approach to access these attributes?