Aracılığıyla paylaş


MessageSecurityOverMsmqElement.AlgorithmSuite Özellik

Tanım

SOAP düzeyinde güvenlik iletileri için kullanılan algoritma paketini belirtir.

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

Özellik Değeri

SecurityAlgorithmSuite

Bağlama SecurityAlgorithmSuite üzerinden gönderilen iletilerin NetMsmqBinding ayarı.

Öznitelikler

Açıklamalar

SecurityAlgorithmSuite Canonicalization, Digest, KeyWrap, Signature, Encryption ve KeyDerivation gibi çeşitli algoritmaları tanımlar. Bu özellik, varsayılandan farklı algoritmalar kullanan bir platformla çalışırken en çok ilgili özelliktir. Bu özellikte değişiklik yaparken ilgili algoritmaların güçlü ve zayıf yönlerinin farkında olmak gerekir.

Şunlara uygulanır