RelayEventSubscriberAuthenticationType 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 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
type RelayEventSubscriberAuthenticationType =
Public Enum RelayEventSubscriberAuthenticationType
- Inheritance
-
RelayEventSubscriberAuthenticationType
Fields
Name | Value | Description |
---|---|---|
RelayAccessToken | 0 | If specified by a NetEventRelay listener, the client is required to provide a relay access token. |
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. |
Applies to
Azure SDK for .NET