RelayedOnewayTransportElement.RelayClientAuthenticationType Property

Definition

Gets or sets an XML value that describes the authentication type specified in this configuration element.

[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 type of authentication to be used by binding elements that the current instance is applied to.

Attributes

Applies to