HOW TO:使用 WCF 用戶端來存取 WSE 3.0 服務

资讯 2024-07-09 阅读:101 评论:0
美化布局示例

欧易(OKX)最新版本

【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   全球官网 大陆官网

币安(Binance)最新版本

币安交易所app【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址

火币HTX最新版本

火币老牌交易所【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址

當 WCF 用戶端設定為使用 WS-Addressing August 2004 版本規格時,Windows Communication Foundation (WCF) 用戶端的連線層級與 Microsoft .NET 服務的 Web Services Enhancements (WSE) 3.0 相容。 不過,WSE 3.0 服務不支援中繼資料交換 (MEX) 通訊協定,當您使用ServiceModel 中繼資料公用程式工具 (Svcutil.exe) 來建立 WCF 用戶端類別時,安全性設定不會套用至所產生的 WCF 用戶端。 因此,在產生 WCF 用戶端之後,您必須指定 WSE 3.0 服務所需的安全性設定。

When the WCF client is set to use the WS-Addressing August 2004 version, the Widows Communication Foundation (WCF) client connection level is compatible with Microsoft.NET service, Web Services Enterprises (WSE). However, WSE 3.0 service does not support the relay data exchange (MEX) protocol, and when you use , you will not use the custom custom custom service to create the WF server.

您可以使用自訂繫結來套用這些安全性設定,將 WSE 3.0 服務的需求,以及 WSE 3.0 服務和 WCF 用戶端之間的互通需求納入考量。 這些互通性需求包含上述的 WS-Addressing August 2004 規格使用和 WSE 3.0 預設訊息保護 SignBeforeEncrypt。 WCF 的預設訊息保護為 SignBeforeEncryptAndEncryptSignature。 本主題會詳細說明如何建立可與 WSE 3.0 服務交互操作的 WCF 繫結。此外,WCF 也提供加入此繫結的範例。如需詳細資訊如需這個範例的詳細資訊,請參閱Interoperating with WSE

These interconnectivity needs include the above-mentioned WS-Addressing August 2004 regulation and WSE 3.0 default message protection . WCF predefined message protection

  1. 執行ServiceModel 中繼資料公用程式工具 (Svcutil.exe),以建立 WSE 3.0 Web 服務的 WCF 用戶端。

    Runs to create WSE 3.0 Web service WCF client.

    隨即建立 WSE 3.0 Web 服務的 WCF 用戶端。 因為 WSE 3.0 不支援 MEX 通訊協定,所以您無法使用此工具擷取 Web 服務的安全性需求。 應用程式開發人員必須為用戶端加入安全性設定。

    Creates a WSF client for WSE 3.0 Web services. Since WSE 3.0 does not support MEX communications protocols, you cannot use this tool to capture security needs for Web services. Application developers must include security settings for their clients.

    如需詳細資訊如需建立 WCF 用戶端的詳細資訊,請參閱 HOW TO:建立 Windows Communication Foundation 用戶端

    For more detailed information, please refer to .

  2. 建立類別,表示可與 WSE 3.0 Web 服務通訊的繫結。

    Creates a class that can be associated with WSE 3.0 Web service communication.

    下列類別是Interoperating with WSE範例的一部分:

    The following categories are part of the example of :

    1. 建立從 Binding 類別衍生的類別。

      Creates a category derived from .

      下列程式碼範例會建立一個名為 的類別,此類別衍生自 Binding 類別。

      The following code examples create a class of names derived from Binding.

      
      
      
      
    2. 將屬性加入至類別,這些屬性會指定 WSE 服務所使用的 WSE 通行判斷提示 (Turnkey Assertion)、是否需要衍生金鑰、是否使用安全工作階段、是否需要簽章確認,以及訊息保護設定。 在 WSE 3.0 中,通行判斷提示會指定用戶端或 Web 服務的安全性需求,這與 WCF 中的繫結驗證模式類似。

      Add properties to the class. These attributes specify the WSE Passage reminder (Turnkey Assertion) used for WSE services, whether a derivative key is needed, whether a secure session is used, whether a signature is required to confirm it, and the message protection settings. In WSE 3.0, the Passive Sensitivity button specifies the user or security needs for the Web service, similar to the verification mode in the WCF.

      下列程式碼範例會定義 、、 和 屬性,這些屬性會分別指定 WSE 通行判斷提示、是否需要衍生金鑰、是否使用安全工作階段、是否需要簽章確認,以及訊息保護設定。

      The following code examples define, define, and attribute that assigns WSE passivity tips, whether a derivative key is needed, whether a secure session is used, whether a signature is required to confirm it, and the message protection settings.

      
      
      
      
    3. 覆寫 CreateBindingElements 方法來設定繫結屬性。

      Overwrite CreateBindingElements sets the attributions.

      下列程式碼範例會藉由取得 和 屬性的值,指定傳輸、訊息編碼和訊息保護設定。

      The following code examples specify the transfer, message encoding and message protection settings by the values obtained and properties.

      
      
      
      
  3. 在用戶端應用程式程式碼中,加入程式碼以設定繫結屬性。

    Adds the code to the user application code to set the attachment properties.

    下列程式碼範例會指定 WCF 用戶端必須依照 WSE 3.0 AnonymousForCertificate 通行安全性判斷提示所定義,使用訊息保護和驗證。 此外,也需要安全工作階段和衍生金鑰。

    The following code examples specify that the WCF client must use message protection and authentication, as defined by the WSE 3.0 < strong> AnonymousForCertificate pass-as-safe determination. In addition, a security session and derivative key are required.

    
    
    
    

下列程式碼範例會定義自訂的繫結,此繫結會公開 WSE 3.0 通行安全性判斷提示屬性的對應屬性。 此自訂繫結 (名為 ) 接著會用來指定可與 WSSecurityAnonymous WSE 3.0 快速入門範例通訊的 WCF 用戶端的繫結屬性。

The following code examples define custom binding properties that will make publicly available WSE 3.0 pass-safe determination attributes. This custom binding (name) will then be used to specify the properties of the WCF client that can communicate with WSSecityAnonymous WSE 3.0 Quick Entertainment.




參考

Binding

其他資源

Interoperating with WSE

美化布局示例

欧易(OKX)最新版本

【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   全球官网 大陆官网

币安(Binance)最新版本

币安交易所app【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址

火币HTX最新版本

火币老牌交易所【遇到注册下载问题请加文章最下面的客服微信】永久享受返佣20%手续费!

APP下载   官网地址
文字格式和图片示例

注册有任何问题请添加 微信:MVIP619 拉你进入群

弹窗与图片大小一致 文章转载注明

分享:

扫一扫在手机阅读、分享本文

上一篇:haisheng比特币 下一篇:IBSJ Multi Currency
发表评论
平台列表
美化布局示例

欧易(OKX)

  全球官网 大陆官网

币安(Binance)

  官网

火币(HTX)

  官网

Gate.io

  官网

Bitget

  官网

deepcoin

  官网
热门文章
  • 从 IPFS社区Meetup谈谈2020年的IPFS的发展历程

    从 IPFS社区Meetup谈谈2020年的IPFS的发展历程
    8月3日, IPFS社区Meetup 如期举办,这一次的社区Meetup由交流与演讲和闪电演示两部分组成,其实该会议主要带领我们回顾了IPFS在2020年的发展历程(包括项目进展、IPFS生态发展等),展示了IPFS及其生态。2020年对于IPFS而言是不平凡的一年,其唯一激励层Filecoin的主网即将上线,这让IPFS和Filecoin在全球范围内得到了前所未有的关注,也推动了IPFS的高速发展。接下来,我们一起走进IPFS在20...
  • 超10万人爆仓,比特币跳水,发生了什么

    超10万人爆仓,比特币跳水,发生了什么
    现货比特币ETF上市第二日,数字货币再迎来抛售。比特币一度跌破42000美元/枚,截止1月13日内跌幅超7%,报42562.1美元/枚。The current Bitcoin ETF is on the second day of the market and the digital currency is sold again. Bitcoin fell by over 7% to $4562.1 on 13 January.现货比特币ETF普遍跌6%左右。其中,DEFI跌...
  • 0.00003374个比特币等于多少人民币/美金

    0.00003374个比特币等于多少人民币/美金
    0.00003374比特币等于多少人民币?根据比特币对人民币的最新汇率,0.00003374比特币等于2.2826 1222美元/16.5261124728人民币。比特币(BTC)美元(USDT)人民币(CNY)0.00003374克洛克-0/22216.5261124728比特币对人民币的最新汇率为:489807.72 CNY(1比特币=489807.72人民币)(1美元=7.24人民币)(0.00003374USDT=0.0002442776 CNY)。汇率更新于2024...
  • 0.00015693个比特币等于多少人民币/美金

    0.00015693个比特币等于多少人民币/美金
    0.000 15693比特币等于多少人民币?根据比特币对人民币的最新汇率,0.000 15693比特币等于10.6 1678529美元/76.86554996人民币。比特币(BTC)【比特币价格翻倍】美元(USDT)人民币(CNY)0.000/克洛克-0/5693【数字货币矿机】10.6 167852976.8655254996比特币对人民币的最新汇率为:489,807.72 CNY(1比特币= 489,807.72人民币)(1美元=7.24人民币)(0.00015693 U...
  • 0.00006694个比特币等于多少人民币/美金

    0.00006694个比特币等于多少人民币/美金
    0.00006694比特币等于多少人民币?根据比特币对人民币的最新汇率,0.00006694比特币等于4.53424784美元/32.5436 16人民币。比特币(BTC)美元(USDT)人民币(CNY)0.000066944.53424784【比特币密码】32.82795436 16比特币对人民币的最新汇率为:490408.64 CNY(1比特币=490408.64人民币)(1美元=7.24人民币)(0.00006694USDT=0.0004846456 CNY)汇率更新时...
标签列表