The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
BasicHttpMessageSecurity::AlgorithmSuite Property
.NET Framework (current version)
Specifies the algorithm suite to use with BasicHttpMessageSecurity.
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 value is Basic256.
The SecurityAlgorithmSuite object that is returned contains numerous properties that specify security algorithms to use in specific conditions. It also describes various security capabilities of the service.
.NET Framework
Available since 3.0
Available since 3.0
Show: