WebAuthenticationBroker.GetCurrentApplicationCallbackUri 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.
Obtient l’URI de rappel d’application actuel.
public:
static Uri ^ GetCurrentApplicationCallbackUri();
static Uri GetCurrentApplicationCallbackUri();
public static System.Uri GetCurrentApplicationCallbackUri();
function getCurrentApplicationCallbackUri()
Public Shared Function GetCurrentApplicationCallbackUri () As Uri
Retours
URI de l’application actuelle.
Remarques
L’URI de rappel d’application actuel est utilisé comme valeur implicite du paramètre callbackUri de la méthode AuthenticateAsync . Toutefois, les applications ont besoin de la valeur URI pour l’ajouter à l’URI de requête, comme requis par le fournisseur en ligne.
S’applique à
Voir aussi
- AuthenticateAsync(WebAuthenticationOptions, Uri)
- Authentification et identité utilisateur (JavaScript)
- Authentification et identité des utilisateurs
- Démarrage rapide : Connexion à un fournisseur d’identité en ligne (JavaScript)
- Service Broker d’authentification web
- exemple de répartiteur Authentification Windows