BasicHttpRelaySecurityElement.RelayClientAuthenticationType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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