-
Notifications
You must be signed in to change notification settings - Fork 558
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
Comments
This is currently blocked by the lack of message security feature. |
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. |
It only took 3 years, but this is finally supported!! |
NetTcpBinding does not support MessageSecurityOverTcp.ClientCredentialType and will throw PlatformNotSupportedException if the property is read or set.
The text was updated successfully, but these errors were encountered: