2 writes to standardsManager
System.ServiceModel (2)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (2)
270
this.
standardsManager
= (value != null ? value : SecurityStandardsManager.DefaultInstance);
447
this.
standardsManager
= defaultStandardsManager;
1 reference to standardsManager
System.ServiceModel (1)
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
265
return this.
standardsManager
;