示例#1
0
 public System.Threading.Tasks.Task <AuthenticationService.Identity[]> GetIdentitiesWithCredentialByServiceAsync(AuthenticationService.Credential credential, int serviceId)
 {
     return(base.Channel.GetIdentitiesWithCredentialByServiceAsync(credential, serviceId));
 }
示例#2
0
 public System.Threading.Tasks.Task <string> LoginAsync(AuthenticationService.Credential credential)
 {
     return(base.Channel.LoginAsync(credential));
 }