2 writes to extendedProtectionPolicy
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelListener.cs (2)
112
this.
extendedProtectionPolicy
= GetPolicyWithDefaultSpnCollection(bindingElement.ExtendedProtectionPolicy, this.authenticationScheme, this.HostNameComparisonModeInternal, base.Uri, out this.usingDefaultSpnList);
187
AspNetEnvironment.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)
157
return this.
extendedProtectionPolicy
;
368
return (T)(object)this.
extendedProtectionPolicy
;