Esempio n. 1
0
 public STS.RelyingPartyApp.ServiceReference1.RequestSecurityTokenResponseCollectionType Trust13Cancel(STS.RelyingPartyApp.ServiceReference1.RequestSecurityTokenType RequestSecurityToken)
 {
     STS.RelyingPartyApp.ServiceReference1.Trust13CancelRequest inValue = new STS.RelyingPartyApp.ServiceReference1.Trust13CancelRequest();
     inValue.RequestSecurityToken = RequestSecurityToken;
     STS.RelyingPartyApp.ServiceReference1.Trust13CancelResponse retVal = ((STS.RelyingPartyApp.ServiceReference1.IWSTrust13Sync)(this)).Trust13Cancel(inValue);
     return(retVal.RequestSecurityTokenResponseCollection);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <STS.RelyingPartyApp.ServiceReference1.Trust13CancelResponse> Trust13CancelAsync(STS.RelyingPartyApp.ServiceReference1.RequestSecurityTokenType RequestSecurityToken)
 {
     STS.RelyingPartyApp.ServiceReference1.Trust13CancelRequest inValue = new STS.RelyingPartyApp.ServiceReference1.Trust13CancelRequest();
     inValue.RequestSecurityToken = RequestSecurityToken;
     return(((STS.RelyingPartyApp.ServiceReference1.IWSTrust13Sync)(this)).Trust13CancelAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <STS.RelyingPartyApp.ServiceReference1.Trust13CancelResponse> STS.RelyingPartyApp.ServiceReference1.IWSTrust13Sync.Trust13CancelAsync(STS.RelyingPartyApp.ServiceReference1.Trust13CancelRequest request)
 {
     return(base.Channel.Trust13CancelAsync(request));
 }
Esempio n. 4
0
 STS.RelyingPartyApp.ServiceReference1.Trust13CancelResponse STS.RelyingPartyApp.ServiceReference1.IWSTrust13Sync.Trust13Cancel(STS.RelyingPartyApp.ServiceReference1.Trust13CancelRequest request)
 {
     return(base.Channel.Trust13Cancel(request));
 }