TcpRelayTransportElement.RelayClientAuthenticationType Property

Definition

Gets or sets an XML value that contains the relay client authentication type.

[System.Configuration.ConfigurationProperty("relayClientAuthenticationType", DefaultValue=Microsoft.ServiceBus.RelayClientAuthenticationType.RelayAccessToken)]
public Microsoft.ServiceBus.RelayClientAuthenticationType RelayClientAuthenticationType { get; set; }
[<System.Configuration.ConfigurationProperty("relayClientAuthenticationType", DefaultValue=Microsoft.ServiceBus.RelayClientAuthenticationType.RelayAccessToken)>]
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. The default is RelayClientAuthenticationType.RelayAccessToken.

Attributes

Applies to