MessageSecurityOverTcp::AlgorithmSuite Property
.NET Framework (current version)
Specifies the algorithm suite to be used for securing messages at the SOAP level.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property SecurityAlgorithmSuite^ AlgorithmSuite { SecurityAlgorithmSuite^ get(); void set(SecurityAlgorithmSuite^ value); }
Property Value
Type: System.ServiceModel.Security::SecurityAlgorithmSuite^A SecurityAlgorithmSuite. The default is Basic256.
| Exception | Condition |
|---|---|
| ArgumentNullException | The value of AlgorithmSuite is null. |
You should be aware of the strengths and weaknesses of the relevant algorithms when making modifications to this setting.
If you set this property to a value other than the default and generate a configuration file using ServiceModel Metadata Utility Tool (Svcutil.exe), it is not generated correctly and you must manually edit the configuration file to set the corresponding configuration attribute to the desired value.
.NET Framework
Available since 3.0
Available since 3.0
Show: