MessageSecurityOverTcp::AlgorithmSuite Property

 

Specifies the algorithm suite to be used for securing messages at the SOAP level.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property SecurityAlgorithmSuite^ AlgorithmSuite {
	SecurityAlgorithmSuite^ get();
	void set(SecurityAlgorithmSuite^ value);
}

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.

The following code shows how to access and set this property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: