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 для сообщений, отправляемых через привязку NetMsmqBinding.

Атрибуты

Комментарии

SecurityAlgorithmSuite определяет различные алгоритмы, такие как канонизация, дайджест, KeyWrap, подпись, шифрование и KeyDerivation. Это свойство наиболее часто применяется при работе с платформой, в которой используются алгоритмы, отличные от заданных по умолчанию. При изменении значения этого свойства необходимо знать о сильных и слабых сторонах соответствующих алгоритмов.

Применяется к