Aracılığıyla paylaş


MicrosoftIdentityApplicationOptions.ClientCapabilities Property

Definition

Specifies the capabilities of the client (for instance {"cp1", "cp2"}). This is useful to express that the Client is capable of handling claims challenge. If your application is CAE capable, it needs to express "cp1".

public System.Collections.Generic.IEnumerable<string>? ClientCapabilities { get; set; }
member this.ClientCapabilities : seq<string> with get, set
Public Property ClientCapabilities As IEnumerable(Of String)

Property Value

Applies to