Ejemplo n.º 1
0
 public STS.RelyingPartyApp.ServiceReference1.RequestSecurityTokenResponseCollectionType Trust13Renew(STS.RelyingPartyApp.ServiceReference1.RequestSecurityTokenType RequestSecurityToken)
 {
     STS.RelyingPartyApp.ServiceReference1.Trust13RenewRequest inValue = new STS.RelyingPartyApp.ServiceReference1.Trust13RenewRequest();
     inValue.RequestSecurityToken = RequestSecurityToken;
     STS.RelyingPartyApp.ServiceReference1.Trust13RenewResponse retVal = ((STS.RelyingPartyApp.ServiceReference1.IWSTrust13Sync)(this)).Trust13Renew(inValue);
     return(retVal.RequestSecurityTokenResponseCollection);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <STS.RelyingPartyApp.ServiceReference1.Trust13RenewResponse> Trust13RenewAsync(STS.RelyingPartyApp.ServiceReference1.RequestSecurityTokenType RequestSecurityToken)
 {
     STS.RelyingPartyApp.ServiceReference1.Trust13RenewRequest inValue = new STS.RelyingPartyApp.ServiceReference1.Trust13RenewRequest();
     inValue.RequestSecurityToken = RequestSecurityToken;
     return(((STS.RelyingPartyApp.ServiceReference1.IWSTrust13Sync)(this)).Trust13RenewAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <STS.RelyingPartyApp.ServiceReference1.Trust13RenewResponse> STS.RelyingPartyApp.ServiceReference1.IWSTrust13Sync.Trust13RenewAsync(STS.RelyingPartyApp.ServiceReference1.Trust13RenewRequest request)
 {
     return(base.Channel.Trust13RenewAsync(request));
 }
Ejemplo n.º 4
0
 STS.RelyingPartyApp.ServiceReference1.Trust13RenewResponse STS.RelyingPartyApp.ServiceReference1.IWSTrust13Sync.Trust13Renew(STS.RelyingPartyApp.ServiceReference1.Trust13RenewRequest request)
 {
     return(base.Channel.Trust13Renew(request));
 }