Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets an algorithm suite that uses 256-bit Basic as the message encryption algorithm.

Namespace:   System.ServiceModel.Security
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.

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

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft