Share via


EndToEndSecurityMode Enum

Definition

Determines the security settings for an Azure Service Bus binding and describes the security relationship between the client and the service endpoint.

public enum EndToEndSecurityMode
type EndToEndSecurityMode = 
Public Enum EndToEndSecurityMode
Inheritance
EndToEndSecurityMode

Fields

Message 2

Security is provided using SOAP message security.

None 0

Security is disabled.

Transport 1

Security is provided using a transport security, typically SSL.

TransportWithMessageCredential 3

A secure transport (for example, HTTPS) provides integrity, confidentiality, and authentication while SOAP message security provides client authentication.

Applies to