MessageSecurityOverMsmqElement.AlgorithmSuite Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Określa zestaw algorytmów używany dla komunikatów zabezpieczeń na poziomie protokołu 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
Wartość właściwości
Ustawienie SecurityAlgorithmSuite dla komunikatów wysyłanych za pośrednictwem NetMsmqBinding powiązania.
- Atrybuty
Uwagi
SecurityAlgorithmSuite Definiuje różne algorytmy, takie jak Canonicalization, Digest, KeyWrap, Signature, Encryption i KeyDerivation. Ta właściwość jest najbardziej istotne podczas pracy z platformą, która używa zestawu algorytmów innego niż domyślny. Podczas wprowadzania modyfikacji tej właściwości należy pamiętać o mocnych i słabych stronach odpowiednich algorytmów.