共用方式為


MessageSecurityOverMsmqElement.AlgorithmSuite 屬性

定義

指定用於 SOAP 層級之安全性訊息的演算法套件。

public:
 property System::ServiceModel::Security::SecurityAlgorithmSuite ^ AlgorithmSuite { System::ServiceModel::Security::SecurityAlgorithmSuite ^ get(); void set(System::ServiceModel::Security::SecurityAlgorithmSuite ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.SecurityAlgorithmSuiteConverter))]
[System.Configuration.ConfigurationProperty("algorithmSuite", DefaultValue="Default")]
public System.ServiceModel.Security.SecurityAlgorithmSuite AlgorithmSuite { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.ServiceModel.Configuration.SecurityAlgorithmSuiteConverter))>]
[<System.Configuration.ConfigurationProperty("algorithmSuite", DefaultValue="Default")>]
member this.AlgorithmSuite : System.ServiceModel.Security.SecurityAlgorithmSuite with get, set
Public Property AlgorithmSuite As SecurityAlgorithmSuite

屬性值

SecurityAlgorithmSuite

透過 SecurityAlgorithmSuite 繫結所傳送訊息的 NetMsmqBinding 設定。

屬性

備註

SecurityAlgorithmSuite 定義各種演算法,例如標準化、摘要、KeyWrap、簽章、加密和 KeyDerivation。 當使用的平台是利用一組和預設值不同的演算法時,這個屬性的存在就非常重要。 在修改這個屬性時,您應該了解相關演算法的優點和缺點。

適用於