Enum RelayEventSubscriberAuthenticationType
- Namespace
- Microsoft.ServiceBus
- Assembly
- Microsoft.ServiceBus.dll
Describes whether subscribers to a NetEventRelayBinding are required to present a security token issued by the Azure Access Control service to the Azure Service Bus service when sending messages.
public enum RelayEventSubscriberAuthenticationType
Fields
None = 1
If specified by a NetEventRelay subscriber, the client will not be required to provide a relay access token. This represents an opt-out mechanism with which listeners can waive the Azure Access Control protection on the endpoint and perform their own access control.
RelayAccessToken = 0
If specified by a NetEventRelay listener, the client is required to provide a relay access token.