AuthorizationPolicy.AuthenticationSchemes Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une liste en lecture seule des schémas d’authentification par rapport auxquels sont Requirements évalués.
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)