-
Notifications
You must be signed in to change notification settings - Fork 565
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AllowInsecureTransport & EnableUnsecuredResponse in SecurityBindingElement class #4817
Comments
@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? |
I also have this issue, did you get around it? @phspies |
Hi this is because the ref assembly does not expose those properties wcf/src/System.ServiceModel.Primitives/ref/System.ServiceModel.Security.cs Lines 72 to 92 in 7a261fa
|
I'm trying to construct a
SecurityBindingElement
object but theAllowInsecureTransport
andEnableUnsecuredResponse
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?
The text was updated successfully, but these errors were encountered: