MessageSecurityOverRelayOneway.AlgorithmSuite Property

Definition

Gets or sets the algorithm suite to be used for securing messages at the SOAP level.

public System.ServiceModel.Security.SecurityAlgorithmSuite AlgorithmSuite { get; set; }
member this.AlgorithmSuite : System.ServiceModel.Security.SecurityAlgorithmSuite with get, set
Public Property AlgorithmSuite As SecurityAlgorithmSuite

Property Value

Returns an SecurityAlgorithmSuite containing the algorithm suite. The default is Basic256, which specifies 256-bit Advanced Encryption Standard (AES) as the symmetric encryption algorithm.

Exceptions

The value of the SecurityAlgorithmSuite is null.

Applies to