1 write to SecurityTokenService
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
391
dispatchContext.
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)
219
STS sts = dispatchContext.
SecurityTokenService
;
1485
STS 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);