1 write to spec
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (1)
2046
this.
spec
= spec;
2 references to spec
System.ServiceModel (2)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
650
Fx.Assert(tracker.
spec
!= null, "Supporting token trackers cannot have null specification.");
652
SupportingTokenAuthenticatorSpecification spec = tracker.
spec
;