MessageSecurityOverRelayOnewayElement.AlgorithmSuite Property

Definition

Gets or sets from the configuration file the message encryption and key-wrap algorithms used to secure a one-way message.

[System.ComponentModel.TypeConverter(typeof(Microsoft.ServiceBus.Configuration.SecurityAlgorithmSuiteConverter))]
[System.Configuration.ConfigurationProperty("algorithmSuite", DefaultValue="Default")]
public System.ServiceModel.Security.SecurityAlgorithmSuite AlgorithmSuite { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ServiceBus.Configuration.SecurityAlgorithmSuiteConverter))>]
[<System.Configuration.ConfigurationProperty("algorithmSuite", DefaultValue="Default")>]
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 is Base256.

Attributes

Applies to