BasicHttpRelayMessageSecurityElement.AlgorithmSuite Property

Definition

Gets or sets the security algorithm to use with the BasicHttpRelayMessageSecurityElement class.

[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 security algorithm. The default is Basic256.

Attributes

Applies to