BasicHttpRelaySecurityElement.RelayClientAuthenticationType Property

Definition

Gets or sets the authentication type specified in this configuration element.

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

Attributes

Applies to