EndToEndSecurityMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | Security is disabled. |
Transport | 1 | Security is provided using a transport security, typically SSL. |
Message | 2 | Security is provided using SOAP message security. |
TransportWithMessageCredential | 3 | A secure transport (for example, HTTPS) provides integrity, confidentiality, and authentication while SOAP message security provides client authentication. |
Applies to
Azure SDK for .NET