Wcf: Support MessageSecurityOverTcp.ClientCredentialType in NetTcpBinding

Created on 13 May 2015  路  3Comments  路  Source: dotnet/wcf

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

Known Issue 2.1.0 Net Core 3.1 LTS Servicing

Most helpful comment

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

All 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!!

Was this page helpful?
0 / 5 - 0 ratings