WCF Net.Tcp传输UserName

时间:2015-04-16 14:01:16

标签: c# wcf wcf-security nettcpbinding

我想只传输UserName可能是这样的。 Od客户端发送:

client.ClientCredentials.UserName.UserName = "name";

服务器服务消耗:

OperationContext.Current.ServiceSecurityContext.PrimaryIdentity.Name;

但它需要某种传输或消息的安全模式。我不会使用它们中的任何一个来保护,只能运输名称。我认为所有安全模式都是源或耗时(一个请求需要更多连接)。

是否存在以高效率或高性能运输的可能性?

非常感谢。

1 个答案:

答案 0 :(得分:0)

尝试使用  [的ServiceContract(的ProtectionLevel = ProtectionLevel.None)]