RelayClientAuthenticationType 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.
Describes whether clients of a service are required to present a security token issued by Azure Access Control to the Azure Service Bus when sending messages.
[System.Runtime.Serialization.DataContract(Name="RelayClientAuthenticationType", Namespace="http://schemas.microsoft.com/netservices/2009/05/servicebus/connect")]
public enum RelayClientAuthenticationType
[<System.Runtime.Serialization.DataContract(Name="RelayClientAuthenticationType", Namespace="http://schemas.microsoft.com/netservices/2009/05/servicebus/connect")>]
type RelayClientAuthenticationType =
Public Enum RelayClientAuthenticationType
- Inheritance
-
RelayClientAuthenticationType
- Attributes
Fields
Name | Value | Description |
---|---|---|
RelayAccessToken | 0 | If specified by a listener, the client is required to provide a security token. |
None | 1 | If specified by a listener, the client will not be required to provide a security token. This represents an opt-out mechanism with which listeners can waive the Azure Access Control protection on the endpoint. |
Applies to
Azure SDK for .NET