WebPubSubThrottleByJwtSignatureRule.MaxCount Property

Definition

Maximum connection count allowed for the same JWT signature. Clients with the same JWT signature will get rejected if the connection count exceeds this value. Default value is 20.

public int? MaxCount { get; set; }
member this.MaxCount : Nullable<int> with get, set
Public Property MaxCount As Nullable(Of Integer)

Property Value

Applies to