Table of Contents

Enum RelayClientAuthenticationType

Namespace
Microsoft.ServiceBus
Assembly
Microsoft.ServiceBus.dll

Describes whether clients of a service are required to present a security token issued by Windows Azure Access Control to the Windows Azure Service Bus when sending messages.

[DataContract(Name = "RelayClientAuthenticationType", Namespace = "http://schemas.microsoft.com/netservices/2009/05/servicebus/connect")]
public enum RelayClientAuthenticationType

Fields

[EnumMember] 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 Windows Azure Access Control protection on the endpoint.

[EnumMember] RelayAccessToken = 0

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