wcf icon indicating copy to clipboard operation
wcf copied to clipboard

AllowInsecureTransport & EnableUnsecuredResponse in SecurityBindingElement class

Open phspies opened this issue 3 years ago • 2 comments

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?

phspies avatar Apr 28 '22 23:04 phspies

@imcarolwang can you please see if you could add code and tests for this issue?

HongGit avatar May 19 '22 20:05 HongGit

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?

phspies avatar May 19 '22 20:05 phspies