共用方式為


WebAuthenticationBroker.GetCurrentApplicationCallbackUri 方法

定義

取得目前的應用程式回呼 URI。

public:
 static Uri ^ GetCurrentApplicationCallbackUri();
 static Uri GetCurrentApplicationCallbackUri();
public static System.Uri GetCurrentApplicationCallbackUri();
function getCurrentApplicationCallbackUri()
Public Shared Function GetCurrentApplicationCallbackUri () As Uri

傳回

目前應用程式的 URI。

備註

目前的應用程式回呼 URI 會當做AuthenticateAsync方法之 callbackUri參數的隱含值使用。 不過,應用程式需要 URI 值,才能將它新增至線上提供者所需的要求 URI。

適用於

另請參閱