7 instantiations of ExtendedProtectionPolicy
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
14private static ExtendedProtectionPolicy s_disabledPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never);
System.Net.HttpListener (1)
System\Net\HttpListener.cs (1)
44_extendedProtectionPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never);
System.Net.Security (1)
System\Net\Security\NegotiateStream.cs (1)
615_extendedProtectionPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never);
System.ServiceModel.Http.Tests (1)
ServiceModel\BasicHttpBindingTest.cs (1)
336var epp = new ExtendedProtectionPolicy(PolicyEnforcement.WhenSupported);
System.ServiceModel.NetTcp (1)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
10private static readonly ExtendedProtectionPolicy s_disabledPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never);
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
14private static readonly ExtendedProtectionPolicy s_disabledPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never);
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
10private static readonly ExtendedProtectionPolicy s_disabledPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never);
62 references to ExtendedProtectionPolicy
dotnet-svcutil-lib (13)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBindingUtility.cs (4)
14private static ExtendedProtectionPolicy s_disabledPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never); 15private static ExtendedProtectionPolicy s_defaultPolicy = s_disabledPolicy; 17public static ExtendedProtectionPolicy DisabledPolicy 25public static ExtendedProtectionPolicy DefaultPolicy
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (4)
36private ExtendedProtectionPolicy _extendedProtectionPolicy; 153public ExtendedProtectionPolicy ExtendedProtectionPolicy 167!System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy.OSSupportsExtendedProtection) 426else if (typeof(T) == typeof(ExtendedProtectionPolicy))
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpTransportSecurity.cs (3)
18private ExtendedProtectionPolicy _extendedProtectionPolicy; 46public ExtendedProtectionPolicy ExtendedProtectionPolicy 60!System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy.OSSupportsExtendedProtection)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ISspiNegotiation.cs (1)
42byte[] GetOutgoingBlob(byte[] incomingBlob, ChannelBinding channelbinding, ExtendedProtectionPolicy protectionPolicy);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
118private ExtendedProtectionPolicy _extendedProtectionPolicy;
netstandard (1)
netstandard.cs (1)
1827[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
842[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy))]
System.ComponentModel.TypeConverter (2)
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicyTypeConverter.cs (2)
28if (value is ExtendedProtectionPolicy policy) 52ConstructorInfo? constructor = typeof(ExtendedProtectionPolicy).GetConstructor(parameterTypes);
System.Net.HttpListener (3)
System\Net\HttpListener.cs (3)
16public delegate ExtendedProtectionPolicy ExtendedProtectionSelector(HttpListenerRequest request); 25private ExtendedProtectionPolicy _extendedProtectionPolicy; 80public ExtendedProtectionPolicy ExtendedProtectionPolicy
System.Net.Security (10)
System\Net\Security\NegotiateAuthentication.cs (1)
24private readonly ExtendedProtectionPolicy? _extendedProtectionPolicy;
System\Net\Security\NegotiateAuthenticationServerOptions.cs (1)
52public ExtendedProtectionPolicy? Policy { get; set; }
System\Net\Security\NegotiateStream.cs (8)
55private ExtendedProtectionPolicy? _extendedProtectionPolicy; 130public virtual void AuthenticateAsServer(ExtendedProtectionPolicy? policy) => 136public virtual void AuthenticateAsServer(NetworkCredential credential, ExtendedProtectionPolicy? policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) 145public virtual IAsyncResult BeginAuthenticateAsServer(ExtendedProtectionPolicy? policy, AsyncCallback? asyncCallback, object? asyncState) => 154NetworkCredential credential, ExtendedProtectionPolicy? policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel, 206public virtual Task AuthenticateAsServerAsync(ExtendedProtectionPolicy? policy) => 213NetworkCredential credential, ExtendedProtectionPolicy? policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) 599ExtendedProtectionPolicy? policy,
System.ServiceModel.Http (7)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (4)
30private ExtendedProtectionPolicy _extendedProtectionPolicy; 112public ExtendedProtectionPolicy ExtendedProtectionPolicy 126!System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy.OSSupportsExtendedProtection) 383else if (typeof(T) == typeof(ExtendedProtectionPolicy))
System\ServiceModel\HttpTransportSecurity.cs (3)
19private ExtendedProtectionPolicy _extendedProtectionPolicy; 60public ExtendedProtectionPolicy ExtendedProtectionPolicy 74!System.Security.Authentication.ExtendedProtection.ExtendedProtectionPolicy.OSSupportsExtendedProtection)
System.ServiceModel.Http.Tests (1)
ServiceModel\BasicHttpBindingTest.cs (1)
336var epp = new ExtendedProtectionPolicy(PolicyEnforcement.WhenSupported);
System.ServiceModel.NetTcp (9)
System\ServiceModel\Channels\ChannelBindingUtility.cs (2)
10private static readonly ExtendedProtectionPolicy s_disabledPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never); 11public static ExtendedProtectionPolicy DefaultPolicy { get; } = s_disabledPolicy;
System\ServiceModel\Channels\TcpTransportBindingElement.cs (4)
10ExtendedProtectionPolicy _extendedProtectionPolicy; 30public ExtendedProtectionPolicy ExtendedProtectionPolicy 44!ExtendedProtectionPolicy.OSSupportsExtendedProtection) 84else if (typeof(T) == typeof(ExtendedProtectionPolicy))
System\ServiceModel\TcpTransportSecurity.cs (3)
20private ExtendedProtectionPolicy _extendedProtectionPolicy; 60public ExtendedProtectionPolicy ExtendedProtectionPolicy 74!ExtendedProtectionPolicy.OSSupportsExtendedProtection)
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\ChannelBindingUtility.cs (2)
14private static readonly ExtendedProtectionPolicy s_disabledPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never); 16public static ExtendedProtectionPolicy DefaultPolicy { get; } = s_disabledPolicy;
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
43private ExtendedProtectionPolicy _extendedProtectionPolicy; 320public void Process(TimeSpan timeout, ChannelBinding channelBinding, ExtendedProtectionPolicy extendedProtectionPolicy)
System\ServiceModel\Security\SecurityProtocolFactory.cs (1)
152public ExtendedProtectionPolicy ExtendedProtectionPolicy { get; set; }
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
390securityChannelFactory.SecurityProtocolFactory.ExtendedProtectionPolicy = transportBindingElement.GetProperty<ExtendedProtectionPolicy>(context);
System.ServiceModel.UnixDomainSocket (9)
System\ServiceModel\Channels\ChannelBindingUtility.cs (2)
10private static readonly ExtendedProtectionPolicy s_disabledPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never); 11public static ExtendedProtectionPolicy DefaultPolicy { get; } = s_disabledPolicy;
System\ServiceModel\Channels\UnixDomainSocketTransportBindingElement.cs (4)
10ExtendedProtectionPolicy _extendedProtectionPolicy; 30public ExtendedProtectionPolicy ExtendedProtectionPolicy 44!ExtendedProtectionPolicy.OSSupportsExtendedProtection) 84else if (typeof(T) == typeof(ExtendedProtectionPolicy))
System\ServiceModel\UnixDomainSocketTransportSecurity.cs (3)
21private ExtendedProtectionPolicy _extendedProtectionPolicy; 61public ExtendedProtectionPolicy ExtendedProtectionPolicy 75!ExtendedProtectionPolicy.OSSupportsExtendedProtection)