Ejemplo n.º 1
0
        public AuthenticateResponse Authenticate2([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://desire2learn.com/security/token/2007/08")] AuthenticateRequest2 AuthenticateRequest2)
        {
            object[] results = this.Invoke("Authenticate2", new object[] {
                AuthenticateRequest2
            });

            return((AuthenticateResponse)(results[0]));
        }
Ejemplo n.º 2
0
 /// <remarks/>
 public void Authenticate2Async(AuthenticateRequest2 AuthenticateRequest2, object userState)
 {
     if ((this.Authenticate2OperationCompleted == null))
     {
         this.Authenticate2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnAuthenticate2OperationCompleted);
     }
     this.InvokeAsync("Authenticate2", new object[] {
         AuthenticateRequest2
     }, this.Authenticate2OperationCompleted, userState);
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public void Authenticate2Async(AuthenticateRequest2 AuthenticateRequest2)
 {
     this.Authenticate2Async(AuthenticateRequest2, null);
 }
Ejemplo n.º 4
0
 /// <remarks/>
 public System.IAsyncResult BeginAuthenticate2(AuthenticateRequest2 AuthenticateRequest2, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("Authenticate2", new object[] {
         AuthenticateRequest2
     }, callback, asyncState));
 }
 /// <remarks/>
 public System.IAsyncResult BeginAuthenticate2(AuthenticateRequest2 AuthenticateRequest2, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("Authenticate2", new object[] {
                 AuthenticateRequest2}, callback, asyncState);
 }
 /// <remarks/>
 public void Authenticate2Async(AuthenticateRequest2 AuthenticateRequest2, object userState)
 {
     if ((this.Authenticate2OperationCompleted == null)) {
         this.Authenticate2OperationCompleted = new System.Threading.SendOrPostCallback(this.OnAuthenticate2OperationCompleted);
     }
     this.InvokeAsync("Authenticate2", new object[] {
                 AuthenticateRequest2}, this.Authenticate2OperationCompleted, userState);
 }
 /// <remarks/>
 public void Authenticate2Async(AuthenticateRequest2 AuthenticateRequest2)
 {
     this.Authenticate2Async(AuthenticateRequest2, null);
 }