MessageSecurityOverRelayConnectionElement.AlgorithmSuite Property

Definition

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

[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 message encryption and key-wrap algorithms. The default is Basic256, which specifies 256-bit Advanced Encryption Standard (AES) as the symmetric encryption algorithm.

Attributes

Applies to