身份验证服务的总体目标是,与客户端希望向其进行身份验证的服务器安全地交换客户端身份和会话密钥。
The whole purpose of the authentication service is to securely exchange the client identity and session key to the server to which the client wants to authenticate.
本文讲述了如何只是保护用户ID和密码,而不保护客户端和服务器间交换的其他信息。
This article shows you how to protect only user IDs and passwords, and not other information exchanged between client and server.
另一方面,本文后面提供的例子使用原始的二进制格式在客户端和服务之间交换数据,这进一步强调了表示格式的随意性。
On the other hand, the example provided later on in this article uses raw binary format to exchange data between the client and the service to stress the fact that this format is arbitrary.
通过这两种安全性配置,客户端和服务之间的消息交换使用了对称加密。
With both security configurations, symmetric encryption is used for the messages exchanged between the client and the service.
身份验证流程与凭据交换的工作原理完全相同,与要验证服务器还是要验证客户端无关。
The authentication process and credential exchange work exactly the same regardless of whether it is the server or client being authenticated.
IPIC通过SSL客户端证书的交换来支持绑定安全性。
IPIC supports bind security by the exchange of SSL client certificates.
该线程负责客户端浏览器与后端应用程序服务器之间的所有数据交换。
The thread is responsible for all data exchange between client browser and back-end application server.
本文前面描述的客户端和服务器应用程序可以利用GSS - API进行相互身份验证和安全数据交换。
The client and the sever applications described earlier in this article can make use of GSS-API for mutual authentication and secure data exchange.
外部数据表示形式 (XDR)提供了一种这样的机制,RPC和NFS 可以使用这种机制来确保在客户端和服务器之间进行可靠的数据交换。
External Data Representation (XDR) provides the mechanism that RPC and NFS use to ensure reliable data exchange between the client and the server.
客户端可以连接到许多不同的服务端来同步和交换信息。
The client can connect to many different sync-servers to exchange information and synchronize events, tasks or contacts.
SOAP提供通道来允许带外信息在客户端和服务之间交换。
SOAP headers provide the channel that allows out-of-band information to be exchanged between the client and service.
客户端可以通过交换器的名字来发送消息,也可以通过队列的名字收取信息。
Knowing the name of an exchange grants a client the power to publish messages to it, knowing the name of a queue the capability to receive messages from it.
如果是这样,客户端和服务就可以交换包含ite m子类订单的子类。
If so, the client and service could exchange subclasses of Order containing subclasses of Item.
在CICSTS与TXSeries之间建立SSL连接时,客户端与服务器根据它们共有的密码组合交换信息。
When you establish an SSL connection between CICS TS and TXSeries, the client and server exchange information about which cipher suites they have in common.
在这只是提供了一个JSON对象,如何用于Ajax应用程序的背景:JSON结构可被客户端代码交换、解析和操作。
I provide it here to give some context to how a JSON object can be used in an Ajax application: the JSON structure is exchanged, parsed, and manipulated by the client code.
为了说明这个问题,让我们创建一个客户端存根,它允许我们调用在Xmethods上建立的货币交换服务。
To illustrate this, let's create a client stub that allows us to invoke the Currency Exchange service hosted at Xmethods.
在本文中,您将会了解您可以如何更一步地打破在普通的WS - Security和WS -SecureConversation交换方面都需要客户端证书的现状。
In this article, you'll see how you can go a step further and break free of the need for client certificates in both plain WS-Security and WS-SecureConversation exchanges.
数据是通过RESTfulWeb服务提取的,客户端和服务提供者之间的数据交换模式是JSON。
The data is fetched using RESTful web services and the mode of data interchange between the client and the service provider is JSON.
N层开发的一个重要方面是在服务器和客户端之间进行Entity状态交换。
One important aspect of N-tier development is the ability to exchange entity state between the server and the client. Diego Vega, Program Manager ADO.NET entity Framework, details this further.
Huger同时表示,Immunet的桌面客户端不受这种参数交换攻击方式的影响,因为他们公司的软件使用了一种不同的方式来与Windows内核对接。
Huger added that Immunet's desktop client is not vulnerable to the argument-switch attacks because the company's software USES a different method to hook into the Windows kernel.
与加密所有服务器端和客户端间交换的数据相比,这样做服务器每秒可以处理更多的响应。
Doing so lets the server handle more responses per second than if all data exchanged between server and client were encrypted.
客户端声明一个它想要发送消息的目的交换器,然后将消息传递给交换器。
The client declares the exchange it wants to send the message to and publishes the message to it.
在客户端与服务器之间的通信和信息交换,以客户端对数据包进行格式化作为开始(如下所示),并将其发送给服务器。
The contact and exchange of information between the client and the server begins with the client formatting a packet, as shown below, and sending it to the server.
在此身份验证信息交换过程中生成的会话密钥可用于客户端/服务器与KDC之间的所有未来通信。
The session keys generated during this authentication exchange can be used for all the future correspondences among client/server and KDC.
您已经从本文中了解了对称加密是如何在不需要客户端证书的情况下使用客户端生成的保密密钥来保证消息交换的安全。
You've seen in this article how symmetric encryption, using client-generated secret keys, can be used to secure message exchanges without the need for client certificates.
JSON为服务器和客户端应用程序之间的数据交换引入一种新的格式,从而减少了HTTP流量。
JSON reduces the HTTP traffic by introducing a new format for interchanging data between server and client applications.
A MF是一种二进制的格式用来在客户端和服务器端交换数据。
AMF is a binary format used to exchange data between clients and servers.
如果用于客户端一次性访问的服务,由于客户端和STS之间消息交换的原因,实际是增加了开销。
If you use it for a service that clients access on a one-off basis, you'll actually be adding a lot of overhead that's due to message exchanges between the client and the STS.
CIM客户端可以使用CIM - XML来与CIM服务器交换信息,CIM - XML是CIM中用于信息交换的标准协议。
The CIM client can exchange information with the CIM server using CIM-XML, which is a standard protocol for information exchange in CIM.
CIM客户端可以使用CIM - XML来与CIM服务器交换信息,CIM - XML是CIM中用于信息交换的标准协议。
The CIM client can exchange information with the CIM server using CIM-XML, which is a standard protocol for information exchange in CIM.
应用推荐