AuthorizationPolicy.AuthenticationSchemes Property

Definition

Gets a readonly list of the authentication schemes the Requirements are evaluated against.

public:
 property System::Collections::Generic::IReadOnlyList<System::String ^> ^ AuthenticationSchemes { System::Collections::Generic::IReadOnlyList<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<string> AuthenticationSchemes { get; }
member this.AuthenticationSchemes : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property AuthenticationSchemes As IReadOnlyList(Of String)

Property Value

Applies to