1 write to SecurityTokenService
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
391dispatchContext.SecurityTokenService = CreateSTS();
7 references to SecurityTokenService
System.ServiceModel (7)
System\ServiceModel\Security\DispatchContext.cs (1)
71/// The <see cref="SecurityTokenService"/> object which should process <see cref="RequestMessage"/>.
System\ServiceModel\Security\WSTrustServiceContract.cs (6)
219STS sts = dispatchContext.SecurityTokenService; 1485STS sts = dispatchContext.SecurityTokenService; 1529_dispatchContext.ResponseMessage = _dispatchContext.SecurityTokenService.EndCancel(ar); 1545_dispatchContext.ResponseMessage = _dispatchContext.SecurityTokenService.EndIssue(ar); 1561_dispatchContext.ResponseMessage = _dispatchContext.SecurityTokenService.EndRenew(ar); 1577_dispatchContext.ResponseMessage = _dispatchContext.SecurityTokenService.EndValidate(ar);