NetOnewayRelaySecurityElement.RelayClientAuthenticationType Property

Definition

Gets a value that describes whether clients of a service are required to present a security token issued by the Azure Service Bus service to the Azure Service Bus service when sending messages.

[System.Configuration.ConfigurationProperty("relayClientAuthenticationType")]
public Microsoft.ServiceBus.RelayClientAuthenticationType RelayClientAuthenticationType { get; set; }
[<System.Configuration.ConfigurationProperty("relayClientAuthenticationType")>]
member this.RelayClientAuthenticationType : Microsoft.ServiceBus.RelayClientAuthenticationType with get, set
Public Property RelayClientAuthenticationType As RelayClientAuthenticationType

Property Value

Returns a RelayClientAuthenticationType that contains the relay client authentication type.

Attributes

Applies to