AuthorizationPolicyBuilder.AuthenticationSchemes Property

Definition

Gets or sets a list authentication schemes the Requirements are evaluated against.

When not specified, the requirements are evaluated against default schemes.

public:
 property System::Collections::Generic::IList<System::String ^> ^ AuthenticationSchemes { System::Collections::Generic::IList<System::String ^> ^ get(); void set(System::Collections::Generic::IList<System::String ^> ^ value); };
public System.Collections.Generic.IList<string> AuthenticationSchemes { get; set; }
member this.AuthenticationSchemes : System.Collections.Generic.IList<string> with get, set
Public Property AuthenticationSchemes As IList(Of String)

Property Value

Applies to