ServiceAuthenticationBehavior.ShouldSerializeAuthenticationSchemes Méthode
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.
Retourne si le service doit sérialiser les schémas d'authentification.
public:
bool ShouldSerializeAuthenticationSchemes();
public bool ShouldSerializeAuthenticationSchemes ();
member this.ShouldSerializeAuthenticationSchemes : unit -> bool
Public Function ShouldSerializeAuthenticationSchemes () As Boolean
Retours
true
si le service sérialise les schémas d'authentification ; sinon, false
.