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.
SecurityAlgorithmSuite::Basic256 Property
.NET Framework (current version)
Gets an algorithm suite that uses 256-bit Basic as the message encryption algorithm.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property SecurityAlgorithmSuite^ Basic256 { static SecurityAlgorithmSuite^ get(); }
Property Value
Type: System.ServiceModel.Security::SecurityAlgorithmSuite^An algorithm suite that uses 256-bit Basic as the message encryption algorithm.
By default, AES-256 is used for the encryption algorithm.
The following code shows how to set AlgorithmSuite to this property.
.NET Framework
Available since 3.0
Available since 3.0
Show: