public static global::Windows.Foundation.IAsyncOperation <global::Windows.Security.Credentials.WebAccount> FindAccountAsync(global::Windows.Security.Credentials.WebAccountProvider provider, string webAccountId)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<WebAccount> WebAuthenticationCoreManager.FindAccountAsync(WebAccountProvider provider, string webAccountId) is not implemented in Uno.");
 }
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Security.Authentication.Web.Core.FindAllAccountsResult> FindAllAccountsAsync(global::Windows.Security.Credentials.WebAccountProvider provider)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<FindAllAccountsResult> WebAuthenticationCoreManager.FindAllAccountsAsync(WebAccountProvider provider) is not implemented in Uno.");
 }
Example #3
0
 public WebAccountProviderCommand(global::Windows.Security.Credentials.WebAccountProvider webAccountProvider, global::Windows.UI.ApplicationSettings.WebAccountProviderCommandInvokedHandler invoked)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.ApplicationSettings.WebAccountProviderCommand", "WebAccountProviderCommand.WebAccountProviderCommand(WebAccountProvider webAccountProvider, WebAccountProviderCommandInvokedHandler invoked)");
 }
Example #4
0
 public WebTokenRequest(global::Windows.Security.Credentials.WebAccountProvider provider, string scope, string clientId, global::Windows.Security.Authentication.Web.Core.WebTokenRequestPromptType promptType)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Security.Authentication.Web.Core.WebTokenRequest", "WebTokenRequest.WebTokenRequest(WebAccountProvider provider, string scope, string clientId, WebTokenRequestPromptType promptType)");
 }
Example #5
0
 public WebTokenRequest(global::Windows.Security.Credentials.WebAccountProvider provider)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Security.Authentication.Web.Core.WebTokenRequest", "WebTokenRequest.WebTokenRequest(WebAccountProvider provider)");
 }
Example #6
0
 public WebAccount(global::Windows.Security.Credentials.WebAccountProvider webAccountProvider, string userName, global::Windows.Security.Credentials.WebAccountState state)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Security.Credentials.WebAccount", "WebAccount.WebAccount(WebAccountProvider webAccountProvider, string userName, WebAccountState state)");
 }