Skip to content
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

Support MessageSecurityOverTcp.ClientCredentialType in NetTcpBinding #3

Closed
iamjasonp opened this issue May 13, 2015 · 3 comments · Fixed by #3657
Closed

Support MessageSecurityOverTcp.ClientCredentialType in NetTcpBinding #3

iamjasonp opened this issue May 13, 2015 · 3 comments · Fixed by #3657
Assignees
Labels
Known Issue Known WCF issues\ Net Core 3.1 LTS Servicing Tasks planned for the WCF NET Core 3.1 Servicing releases.

Comments

@iamjasonp
Copy link
Member

NetTcpBinding does not support MessageSecurityOverTcp.ClientCredentialType and will throw PlatformNotSupportedException if the property is read or set.

@roncain
Copy link
Contributor

roncain commented Dec 5, 2016

This is currently blocked by the lack of message security feature.

StephenBonikowsky added a commit that referenced this issue Mar 30, 2018
@Lxiamail Lxiamail added the Known Issue Known WCF issues\ label May 26, 2018
@Lxiamail Lxiamail added feature request Adding new functionality requiring adding an API to the public contract. and removed feature request Adding new functionality requiring adding an API to the public contract. labels Nov 9, 2018
@Lxiamail Lxiamail modified the milestones: Future, 3.0 Nov 10, 2018
@bigswede74
Copy link

bigswede74 commented May 6, 2019

I'm trying to set the MaxClockSkew property when using the NetTcpBinding with TransportWithMessageCredential security mode. I assume this issue is why I cannot set the property as the feature is not supported? I'm targeting .NET Framework 4.7.1. Let me know if I should post this question elsewhere.

@mconnew
Copy link
Member

mconnew commented May 31, 2019

It only took 3 years, but this is finally supported!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Known Issue Known WCF issues\ Net Core 3.1 LTS Servicing Tasks planned for the WCF NET Core 3.1 Servicing releases.
Projects
None yet
7 participants