Example #1
0
 public static global::Windows.ApplicationModel.UserActivities.UserActivityChannel TryGetForWebAccount(global::Windows.Security.Credentials.WebAccount account)
 {
     throw new global::System.NotImplementedException("The member UserActivityChannel UserActivityChannel.TryGetForWebAccount(WebAccount account) is not implemented in Uno.");
 }
Example #2
0
 public WebAccountCommand(global::Windows.Security.Credentials.WebAccount webAccount, global::Windows.UI.ApplicationSettings.WebAccountCommandInvokedHandler invoked, global::Windows.UI.ApplicationSettings.SupportedWebAccountActions actions)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.ApplicationSettings.WebAccountCommand", "WebAccountCommand.WebAccountCommand(WebAccount webAccount, WebAccountCommandInvokedHandler invoked, SupportedWebAccountActions actions)");
 }
 public static global::Windows.Foundation.IAsyncOperation <global::Windows.Security.Authentication.Web.Core.WebTokenRequestResult> RequestTokenAsync(global::Windows.Security.Authentication.Web.Core.WebTokenRequest request, global::Windows.Security.Credentials.WebAccount webAccount)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<WebTokenRequestResult> WebAuthenticationCoreManager.RequestTokenAsync(WebTokenRequest request, WebAccount webAccount) is not implemented in Uno.");
 }
Example #4
0
 public bool IsAccountAssociated(global::Windows.Security.Credentials.WebAccount webAccount)
 {
     throw new global::System.NotImplementedException("The member bool ChatSyncManager.IsAccountAssociated(WebAccount webAccount) is not implemented in Uno.");
 }
Example #5
0
 public WebTokenResponse(string token, global::Windows.Security.Credentials.WebAccount webAccount, global::Windows.Security.Authentication.Web.Core.WebProviderError error)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.Security.Authentication.Web.Core.WebTokenResponse", "WebTokenResponse.WebTokenResponse(string token, WebAccount webAccount, WebProviderError error)");
 }
Example #6
0
 public RemoteSystemWebAccountFilter(global::Windows.Security.Credentials.WebAccount account)
 {
     global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.System.RemoteSystems.RemoteSystemWebAccountFilter", "RemoteSystemWebAccountFilter.RemoteSystemWebAccountFilter(WebAccount account)");
 }
Example #7
0
 public global::Windows.Foundation.IAsyncAction AssociateAccountAsync(global::Windows.Security.Credentials.WebAccount webAccount)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction ChatSyncManager.AssociateAccountAsync(WebAccount webAccount) is not implemented in Uno.");
 }
Example #8
0
 public static global::Windows.Foundation.IAsyncAction SetScopeAsync(global::Windows.Security.Credentials.WebAccount webAccount, global::Windows.Security.Authentication.Web.Provider.WebAccountScope scope)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction WebAccountManager.SetScopeAsync(WebAccount webAccount, WebAccountScope scope) is not implemented in Uno.");
 }
Example #9
0
 public static global::Windows.Security.Authentication.Web.Provider.WebAccountScope GetScope(global::Windows.Security.Credentials.WebAccount webAccount)
 {
     throw new global::System.NotImplementedException("The member WebAccountScope WebAccountManager.GetScope(WebAccount webAccount) is not implemented in Uno.");
 }
Example #10
0
 public static global::Windows.Foundation.IAsyncAction SetPerAppToPerUserAccountAsync(global::Windows.Security.Credentials.WebAccount perAppAccount, string perUserWebAccountId)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction WebAccountManager.SetPerAppToPerUserAccountAsync(WebAccount perAppAccount, string perUserWebAccountId) is not implemented in Uno.");
 }
Example #11
0
 public static global::Windows.Foundation.IAsyncAction ClearPerUserFromPerAppAccountAsync(global::Windows.Security.Credentials.WebAccount perAppAccount)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction WebAccountManager.ClearPerUserFromPerAppAccountAsync(WebAccount perAppAccount) is not implemented in Uno.");
 }
Example #12
0
 public static global::Windows.Foundation.IAsyncAction InvalidateAppCacheForAccountAsync(global::Windows.Security.Credentials.WebAccount webAccount)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction WebAccountManager.InvalidateAppCacheForAccountAsync(WebAccount webAccount) is not implemented in Uno.");
 }
Example #13
0
 public static global::Windows.Foundation.IAsyncAction SetWebAccountPictureAsync(global::Windows.Security.Credentials.WebAccount webAccount, global::Windows.Storage.Streams.IRandomAccessStream webAccountPicture)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction WebAccountManager.SetWebAccountPictureAsync(WebAccount webAccount, IRandomAccessStream webAccountPicture) is not implemented in Uno.");
 }
Example #14
0
 public static global::Windows.Foundation.IAsyncOperation <global::System.Collections.Generic.IReadOnlyList <global::Windows.Security.Authentication.Web.Provider.WebAccountClientView> > GetViewsAsync(global::Windows.Security.Credentials.WebAccount webAccount)
 {
     throw new global::System.NotImplementedException("The member IAsyncOperation<IReadOnlyList<WebAccountClientView>> WebAccountManager.GetViewsAsync(WebAccount webAccount) is not implemented in Uno.");
 }
Example #15
0
 public static global::Windows.Foundation.IAsyncAction ClearViewAsync(global::Windows.Security.Credentials.WebAccount webAccount, global::System.Uri applicationCallbackUri)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction WebAccountManager.ClearViewAsync(WebAccount webAccount, Uri applicationCallbackUri) is not implemented in Uno.");
 }
Example #16
0
 public static global::Windows.Foundation.IAsyncAction UpdateWebAccountPropertiesAsync(global::Windows.Security.Credentials.WebAccount webAccount, string webAccountUserName, global::System.Collections.Generic.IReadOnlyDictionary <string, string> additionalProperties)
 {
     throw new global::System.NotImplementedException("The member IAsyncAction WebAccountManager.UpdateWebAccountPropertiesAsync(WebAccount webAccount, string webAccountUserName, IReadOnlyDictionary<string, string> additionalProperties) is not implemented in Uno.");
 }