Table of Contents

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 Windows Azure Access Control service to the Windows 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 Windows 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.