BasicHttpRelayBinding.Security Property

Definition

Gets the collection of security bindings used with this binding.

public Microsoft.ServiceBus.BasicHttpRelaySecurity Security { get; }
member this.Security : Microsoft.ServiceBus.BasicHttpRelaySecurity
Public ReadOnly Property Security As BasicHttpRelaySecurity

Property Value

Returns a BasicHttpRelaySecurity that contains the security settings used in the binding. The default value has EndToEndBasicSecurityMode set to Transport, RelayClientAuthenticationType set to RelayAccessToken, HttpRelayTransportSecurity with HttypProxyCredentialType of None, and BasicHttpRelayMessageSecurity with ClientCredentialType of BasicHttpMessageCredentialType.UserName and an AlgorithmSuite of SecurityAlgorithmSuite.Basic256.

Applies to