Example #1
0
 public STS.RelyingPartyApp.ServiceReference1.RequestSecurityTokenResponseCollectionType Trust13Validate(STS.RelyingPartyApp.ServiceReference1.RequestSecurityTokenType RequestSecurityToken)
 {
     STS.RelyingPartyApp.ServiceReference1.Trust13ValidateRequest inValue = new STS.RelyingPartyApp.ServiceReference1.Trust13ValidateRequest();
     inValue.RequestSecurityToken = RequestSecurityToken;
     STS.RelyingPartyApp.ServiceReference1.Trust13ValidateResponse retVal = ((STS.RelyingPartyApp.ServiceReference1.IWSTrust13Sync)(this)).Trust13Validate(inValue);
     return(retVal.RequestSecurityTokenResponseCollection);
 }
Example #2
0
 public System.Threading.Tasks.Task <STS.RelyingPartyApp.ServiceReference1.Trust13ValidateResponse> Trust13ValidateAsync(STS.RelyingPartyApp.ServiceReference1.RequestSecurityTokenType RequestSecurityToken)
 {
     STS.RelyingPartyApp.ServiceReference1.Trust13ValidateRequest inValue = new STS.RelyingPartyApp.ServiceReference1.Trust13ValidateRequest();
     inValue.RequestSecurityToken = RequestSecurityToken;
     return(((STS.RelyingPartyApp.ServiceReference1.IWSTrust13Sync)(this)).Trust13ValidateAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <STS.RelyingPartyApp.ServiceReference1.Trust13ValidateResponse> STS.RelyingPartyApp.ServiceReference1.IWSTrust13Sync.Trust13ValidateAsync(STS.RelyingPartyApp.ServiceReference1.Trust13ValidateRequest request)
 {
     return(base.Channel.Trust13ValidateAsync(request));
 }
Example #4
0
 STS.RelyingPartyApp.ServiceReference1.Trust13ValidateResponse STS.RelyingPartyApp.ServiceReference1.IWSTrust13Sync.Trust13Validate(STS.RelyingPartyApp.ServiceReference1.Trust13ValidateRequest request)
 {
     return(base.Channel.Trust13Validate(request));
 }