WSHttpRelaySecurity.RelayClientAuthenticationType Property

Definition

Gets or sets the authentication type required for the service application or client application to provide to the Azure Service Bus.

public Microsoft.ServiceBus.RelayClientAuthenticationType RelayClientAuthenticationType { get; set; }
member this.RelayClientAuthenticationType : Microsoft.ServiceBus.RelayClientAuthenticationType with get, set
Public Property RelayClientAuthenticationType As RelayClientAuthenticationType

Property Value

The authentication type required for the service application or client application to provide to the Azure Service Bus. The default is RelayAccessToken.

Applies to