2 writes to extendedProtectionPolicy
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
112this.extendedProtectionPolicy = GetPolicyWithDefaultSpnCollection(bindingElement.ExtendedProtectionPolicy, this.authenticationScheme, this.HostNameComparisonModeInternal, base.Uri, out this.usingDefaultSpnList); 187AspNetEnvironment.Current.ValidateHttpSettings(virtualPath, isMetadataListener, this.usingDefaultSpnList, ref this.authenticationScheme, ref this.extendedProtectionPolicy, ref this.realm);
2 references to extendedProtectionPolicy
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
157return this.extendedProtectionPolicy; 368return (T)(object)this.extendedProtectionPolicy;