AuthorizationPolicy.AuthenticationSchemes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)