Share via


RoutingServiceBusQueueEndpointProperties.AuthenticationType Property

Definition

Gets or sets method used to authenticate against the service bus queue endpoint. Possible values include: 'keyBased', 'identityBased'

[Newtonsoft.Json.JsonProperty(PropertyName="authenticationType")]
public string AuthenticationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="authenticationType")>]
member this.AuthenticationType : string with get, set
Public Property AuthenticationType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to