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