RelayClientAuthenticationType Enum

Definition

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

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.

RelayAccessToken 0

If specified by a listener, the client is required to provide a security token.

Applies to