Share via


MessageSecurityOverRelayConnection.AlgorithmSuite Property

Definition

Sets or gets the algorithm suite used for Message Security 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 a SecurityAlgorithmSuite that contains the algorithm suite. The default value is Base256.

Applies to