Beispiel #1
0
 public void AuthenticateWbid(string wbid, string password, AuthenticateWbidCompletedEventHandler callback, object context)
 {
     wbAuthentication.AuthenticateWbidCompleted += (null != callback) ? callback : AuthenticateWbidCallback;
     wbAuthentication.AuthenticateWbidAsync(String.Empty, "WBID", Guid.NewGuid().ToString(), wbid, password, AmsProductName, Guid.NewGuid().ToString(), context);
     Debug.Log("AuthenticateWbid Called");
 }
Beispiel #2
0
 public void AuthenticateWbid(string wbid, string password, AuthenticateWbidCompletedEventHandler callback, object context)
 {
     wbAuthentication.AuthenticateWbidCompleted += (null != callback) ? callback : AuthenticateWbidCallback;
     wbAuthentication.AuthenticateWbidAsync(String.Empty, "WBID", Guid.NewGuid().ToString(), wbid, password, AmsProductName, Guid.NewGuid().ToString(), context);
     Debug.Log("AuthenticateWbid Called");
 }