Example #1
0
 public string CombineApplicationToken(ref imageLinksWebService_Test.ContentServerAuthentication.OTAuthentication OTAuthentication, string applicationToken)
 {
     imageLinksWebService_Test.ContentServerAuthentication.CombineApplicationTokenRequest inValue = new imageLinksWebService_Test.ContentServerAuthentication.CombineApplicationTokenRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.applicationToken = applicationToken;
     imageLinksWebService_Test.ContentServerAuthentication.CombineApplicationTokenResponse retVal = ((imageLinksWebService_Test.ContentServerAuthentication.Authentication)(this)).CombineApplicationToken(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.CombineApplicationTokenResult);
 }
Example #2
0
 public string ImpersonateApplication(ref imageLinksWebService_Test.ContentServerAuthentication.OTAuthentication OTAuthentication, string applicationID)
 {
     imageLinksWebService_Test.ContentServerAuthentication.ImpersonateApplicationRequest inValue = new imageLinksWebService_Test.ContentServerAuthentication.ImpersonateApplicationRequest();
     inValue.OTAuthentication = OTAuthentication;
     inValue.applicationID    = applicationID;
     imageLinksWebService_Test.ContentServerAuthentication.ImpersonateApplicationResponse retVal = ((imageLinksWebService_Test.ContentServerAuthentication.Authentication)(this)).ImpersonateApplication(inValue);
     OTAuthentication = retVal.OTAuthentication;
     return(retVal.ImpersonateApplicationResult);
 }
Example #3
0
 public ImpersonateUserRequest(imageLinksWebService_Test.ContentServerAuthentication.OTAuthentication OTAuthentication, string userName)
 {
     this.OTAuthentication = OTAuthentication;
     this.userName         = userName;
 }
Example #4
0
 public ImpersonateUserResponse(imageLinksWebService_Test.ContentServerAuthentication.OTAuthentication OTAuthentication, string ImpersonateUserResult)
 {
     this.OTAuthentication      = OTAuthentication;
     this.ImpersonateUserResult = ImpersonateUserResult;
 }
Example #5
0
 public GetSessionExpirationDateResponse(imageLinksWebService_Test.ContentServerAuthentication.OTAuthentication OTAuthentication, System.Nullable <System.DateTime> GetSessionExpirationDateResult)
 {
     this.OTAuthentication = OTAuthentication;
     this.GetSessionExpirationDateResult = GetSessionExpirationDateResult;
 }
Example #6
0
 public ImpersonateApplicationRequest(imageLinksWebService_Test.ContentServerAuthentication.OTAuthentication OTAuthentication, string applicationID)
 {
     this.OTAuthentication = OTAuthentication;
     this.applicationID    = applicationID;
 }
Example #7
0
 public GetSessionExpirationDateRequest(imageLinksWebService_Test.ContentServerAuthentication.OTAuthentication OTAuthentication)
 {
     this.OTAuthentication = OTAuthentication;
 }
Example #8
0
 public CombineApplicationTokenResponse(imageLinksWebService_Test.ContentServerAuthentication.OTAuthentication OTAuthentication, string CombineApplicationTokenResult)
 {
     this.OTAuthentication = OTAuthentication;
     this.CombineApplicationTokenResult = CombineApplicationTokenResult;
 }
Example #9
0
 public CombineApplicationTokenRequest(imageLinksWebService_Test.ContentServerAuthentication.OTAuthentication OTAuthentication, string applicationToken)
 {
     this.OTAuthentication = OTAuthentication;
     this.applicationToken = applicationToken;
 }
Example #10
0
 public AuthenticateApplicationResponse(imageLinksWebService_Test.ContentServerAuthentication.OTAuthentication OTAuthentication, string AuthenticateApplicationResult)
 {
     this.OTAuthentication = OTAuthentication;
     this.AuthenticateApplicationResult = AuthenticateApplicationResult;
 }
Example #11
0
 public AuthenticateApplicationRequest(imageLinksWebService_Test.ContentServerAuthentication.OTAuthentication OTAuthentication, string applicationID, string password)
 {
     this.OTAuthentication = OTAuthentication;
     this.applicationID    = applicationID;
     this.password         = password;
 }