12 instantiations of ExtendedProtectionPolicy
System (5)
net\System\Net\HttpListener.cs (2)
382
m_ExtendedProtectionPolicy = new
ExtendedProtectionPolicy
(PolicyEnforcement.Never);
1442
extendedProtectionPolicy = new
ExtendedProtectionPolicy
(PolicyEnforcement.Never);
net\System\Net\SecureProtocols\_NegoState.cs (1)
116
_ExtendedProtectionPolicy = new
ExtendedProtectionPolicy
(PolicyEnforcement.Never);
security\system\security\Authentication\ExtendedProtection\Configuration\ExtendedProtectionPolicyElement.cs (2)
58
return new
ExtendedProtectionPolicy
(PolicyEnforcement.Never);
74
return new
ExtendedProtectionPolicy
(PolicyEnforcement, ProtectionScenario, spns);
System.IdentityModel (3)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (2)
136
ExtendedProtectionPolicy extendedProtection = new
ExtendedProtectionPolicy
(policyHelper.PolicyEnforcement, channelBinding);
149
ExtendedProtectionPolicy extendedProtection = new
ExtendedProtectionPolicy
(PolicyEnforcement.WhenSupported, channelBinding);
System\IdentityModel\SecurityUtils.cs (1)
836
static ExtendedProtectionPolicy disabledPolicy = new
ExtendedProtectionPolicy
(PolicyEnforcement.Never);
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelBindingUtility.cs (1)
21
static ExtendedProtectionPolicy disabledPolicy = new
ExtendedProtectionPolicy
(PolicyEnforcement.Never);
System\ServiceModel\Channels\HttpChannelListener.cs (1)
729
return new
ExtendedProtectionPolicy
(policy.PolicyEnforcement, policy.ProtectionScenario, GetDefaultSpnList(hostNameComparisonMode, listenUri));
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\MetabaseSettings.cs (2)
81
return new
ExtendedProtectionPolicy
(PolicyEnforcement.Never);
152
return new
ExtendedProtectionPolicy
(enforce, scenario, serviceNames);
93 references to ExtendedProtectionPolicy
System (23)
net\System\Net\HttpListener.cs (9)
350
private
ExtendedProtectionPolicy
m_ExtendedProtectionPolicy;
362
public delegate
ExtendedProtectionPolicy
ExtendedProtectionSelector(HttpListenerRequest request);
450
public
ExtendedProtectionPolicy
ExtendedProtectionPolicy
1382
ExtendedProtectionPolicy
extendedProtectionPolicy = m_ExtendedProtectionPolicy;
2024
private ChannelBinding GetChannelBinding(ulong connectionId, bool isSecureConnection,
ExtendedProtectionPolicy
policy)
2058
private bool CheckSpn(NTAuthentication context, bool isSecureConnection,
ExtendedProtectionPolicy
policy)
2175
private ServiceNameCollection GetServiceNames(
ExtendedProtectionPolicy
policy)
2192
private ContextFlags GetContextFlags(
ExtendedProtectionPolicy
policy, bool isSecureConnection)
2226
out NTAuthentication newContext,
ExtendedProtectionPolicy
policy, bool isSecureConnection)
net\System\Net\HttpListenerContext.cs (2)
28
private
ExtendedProtectionPolicy
m_ExtendedProtectionPolicy;
95
internal
ExtendedProtectionPolicy
ExtendedProtectionPolicy {
net\System\Net\SecureProtocols\_NegoState.cs (2)
64
private
ExtendedProtectionPolicy
_ExtendedProtectionPolicy;
92
ExtendedProtectionPolicy
policy,
net\System\Net\SecureProtocols\NegotiateStream.cs (6)
184
public virtual void AuthenticateAsServer(
ExtendedProtectionPolicy
policy)
197
ExtendedProtectionPolicy
policy,
219
public virtual IAsyncResult BeginAuthenticateAsServer(
ExtendedProtectionPolicy
policy, AsyncCallback asyncCallback, object asyncState)
236
ExtendedProtectionPolicy
policy,
311
public virtual Task AuthenticateAsServerAsync(
ExtendedProtectionPolicy
policy)
324
NetworkCredential credential,
ExtendedProtectionPolicy
policy,
security\system\security\Authentication\ExtendedProtection\Configuration\ExtendedProtectionPolicyElement.cs (1)
54
public
ExtendedProtectionPolicy
BuildPolicy()
security\system\security\Authentication\ExtendedProtection\ExtendedProtectionPolicyTypeConverter.cs (3)
32
ExtendedProtectionPolicy
policy = value as
ExtendedProtectionPolicy
;
58
ConstructorInfo constructor = typeof(
ExtendedProtectionPolicy
).GetConstructor(parameterTypes);
System.IdentityModel (10)
System\IdentityModel\Diagnostics\SecurityTraceRecordHelper.cs (3)
136
ExtendedProtectionPolicy
extendedProtection = new ExtendedProtectionPolicy(policyHelper.PolicyEnforcement, channelBinding);
149
ExtendedProtectionPolicy
extendedProtection = new ExtendedProtectionPolicy(PolicyEnforcement.WhenSupported, channelBinding);
161
internal string GetBase64EncodedChannelBindingData(
ExtendedProtectionPolicy
extendedProtectionPolicy)
System\IdentityModel\SecurityUtils.cs (3)
836
static
ExtendedProtectionPolicy
disabledPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never);
844
public ExtendedProtectionPolicyHelper(ChannelBinding channelBinding,
ExtendedProtectionPolicy
extendedProtectionPolicy)
992
public static
ExtendedProtectionPolicy
DefaultPolicy
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (3)
23
ExtendedProtectionPolicy
extendedProtectionPolicy;
49
ExtendedProtectionPolicy
extendedProtectionPolicy )
151
internal void Initialize( SafeFreeCredentials credentialsHandle, ChannelBinding channelBinding,
ExtendedProtectionPolicy
extendedProtectionPolicy )
System\ServiceModel\Security\ISspiNegotiation.cs (1)
43
byte[] GetOutgoingBlob(byte[] incomingBlob, ChannelBinding channelbinding,
ExtendedProtectionPolicy
protectionPolicy);
System.ServiceModel (50)
System\ServiceModel\Activation\AspNetEnvironment.cs (1)
198
public virtual void ValidateHttpSettings(string virtualPath, bool isMetadataListener, bool usingDefaultSpnList, ref AuthenticationSchemes supportedSchemes, ref
ExtendedProtectionPolicy
extendedProtectionPolicy, ref string realm)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
553
static void FillExtendedProtectionPolicy(IWmiInstance instance,
ExtendedProtectionPolicy
policy)
System\ServiceModel\Channels\ChannelBindingUtility.cs (9)
21
static
ExtendedProtectionPolicy
disabledPolicy = new ExtendedProtectionPolicy(PolicyEnforcement.Never);
22
static
ExtendedProtectionPolicy
defaultPolicy = disabledPolicy;
24
public static
ExtendedProtectionPolicy
DisabledPolicy
32
public static
ExtendedProtectionPolicy
DefaultPolicy
40
public static bool IsDefaultPolicy(
ExtendedProtectionPolicy
policy)
58
public static void InitializeFrom(
ExtendedProtectionPolicy
source, ExtendedProtectionPolicyElement destination)
78
public static
ExtendedProtectionPolicy
BuildPolicy(ExtendedProtectionPolicyElement configurationPolicy)
128
public static bool AreEqual(
ExtendedProtectionPolicy
policy1,
ExtendedProtectionPolicy
policy2)
System\ServiceModel\Channels\HttpChannelListener.cs (5)
54
ExtendedProtectionPolicy
extendedProtectionPolicy;
153
public
ExtendedProtectionPolicy
ExtendedProtectionPolicy
366
else if (typeof(T) == typeof(
ExtendedProtectionPolicy
))
720
static
ExtendedProtectionPolicy
GetPolicyWithDefaultSpnCollection(
ExtendedProtectionPolicy
policy, AuthenticationSchemes authenticationScheme, HostNameComparisonMode hostNameComparisonMode, Uri listenUri, out bool usingDefaultSpnList)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (4)
42
ExtendedProtectionPolicy
extendedProtectionPolicy;
181
public
ExtendedProtectionPolicy
ExtendedProtectionPolicy
195
!System.Security.Authentication.ExtendedProtection.
ExtendedProtectionPolicy
.OSSupportsExtendedProtection)
512
else if (typeof(T) == typeof(
ExtendedProtectionPolicy
))
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
658
scf.SecurityProtocolFactory.ExtendedProtectionPolicy = transportBindingElement.GetProperty<
ExtendedProtectionPolicy
>(context);
System\ServiceModel\Channels\SecurityChannelListener.cs (2)
364
ExtendedProtectionPolicy
extendedProtectionPolicy = InnerChannelListener.GetProperty<
ExtendedProtectionPolicy
>();
System\ServiceModel\Channels\SharedHttpTransportManager.cs (3)
552
if (
ExtendedProtectionPolicy
.OSSupportsExtendedProtection)
665
ExtendedProtectionPolicy
SelectExtendedProtectionPolicy(HttpListenerRequest request)
667
ExtendedProtectionPolicy
result = null;
System\ServiceModel\Channels\TcpChannelListener.cs (2)
184
ExtendedProtectionPolicy
extendedProtectionPolicy;
233
if (typeof(T) == typeof(
ExtendedProtectionPolicy
))
System\ServiceModel\Channels\TcpTransportBindingElement.cs (4)
23
ExtendedProtectionPolicy
extendedProtectionPolicy;
111
public
ExtendedProtectionPolicy
ExtendedProtectionPolicy
125
!System.Security.Authentication.ExtendedProtection.
ExtendedProtectionPolicy
.OSSupportsExtendedProtection)
203
else if (typeof(T) == typeof(
ExtendedProtectionPolicy
))
System\ServiceModel\HttpTransportSecurity.cs (3)
23
ExtendedProtectionPolicy
extendedProtectionPolicy;
65
public
ExtendedProtectionPolicy
ExtendedProtectionPolicy
79
!System.Security.Authentication.ExtendedProtection.
ExtendedProtectionPolicy
.OSSupportsExtendedProtection)
System\ServiceModel\Security\ReceiveSecurityHeader.cs (2)
48
ExtendedProtectionPolicy
extendedProtectionPolicy;
722
public void Process(TimeSpan timeout, ChannelBinding channelBinding,
ExtendedProtectionPolicy
extendedProtectionPolicy)
System\ServiceModel\Security\SecurityProtocolFactory.cs (2)
121
ExtendedProtectionPolicy
extendedProtectionPolicy;
202
public
ExtendedProtectionPolicy
ExtendedProtectionPolicy
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (1)
446
securityChannelFactory.SecurityProtocolFactory.ExtendedProtectionPolicy = transportBindingElement.GetProperty<
ExtendedProtectionPolicy
>(context);
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (3)
137
ExtendedProtectionPolicy
extendedProtectionPolicy = null;
138
recipientRequirement.TryGetProperty<
ExtendedProtectionPolicy
>(ServiceModelSecurityTokenRequirement.ExtendedProtectionPolicy, out extendedProtectionPolicy);
580
internal ReadOnlyCollection<IAuthorizationPolicy> ValidateToken(SecurityToken token, ChannelBinding channelBinding,
ExtendedProtectionPolicy
protectionPolicy)
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (2)
28
ExtendedProtectionPolicy
extendedProtectionPolicy;
37
public
ExtendedProtectionPolicy
ExtendedProtectionPolicy
System\ServiceModel\Security\TlsSspiNegotiation.cs (1)
375
public byte[] GetOutgoingBlob(byte[] incomingBlob, ChannelBinding channelbinding,
ExtendedProtectionPolicy
protectionPolicy)
System\ServiceModel\Security\WindowsSspiNegotiation.cs (1)
321
public byte[] GetOutgoingBlob(byte[] incomingBlob, ChannelBinding channelbinding,
ExtendedProtectionPolicy
protectionPolicy)
System\ServiceModel\TcpTransportSecurity.cs (3)
22
ExtendedProtectionPolicy
extendedProtectionPolicy;
61
public
ExtendedProtectionPolicy
ExtendedProtectionPolicy
75
!System.Security.Authentication.ExtendedProtection.
ExtendedProtectionPolicy
.OSSupportsExtendedProtection)
System.ServiceModel.Activation (10)
System\ServiceModel\Activation\HostedAspNetEnvironment.cs (2)
231
public override void ValidateHttpSettings(string virtualPath, bool isMetadataListener, bool usingDefaultSpnList, ref AuthenticationSchemes bindingElementAuthenticationSchemes, ref
ExtendedProtectionPolicy
extendedProtectionPolicy, ref string realm)
256
ExtendedProtectionPolicy
iisPolicy = HostedTransportConfigurationManager.MetabaseSettings.GetExtendedProtectionPolicy(virtualPath);
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
287
DiagnosticUtility.DebugAssert(
ExtendedProtectionPolicy
.OSSupportsExtendedProtection, "OS must support ExtendedProtection");
System\ServiceModel\Activation\MetabaseSettings.cs (7)
40
internal abstract
ExtendedProtectionPolicy
GetExtendedProtectionPolicy(string virtualPath);
70
protected static
ExtendedProtectionPolicy
BuildExtendedProtectionPolicy(
180
internal override
ExtendedProtectionPolicy
GetExtendedProtectionPolicy(string virtualPath)
232
internal override
ExtendedProtectionPolicy
GetExtendedProtectionPolicy(string virtualPath)
478
ExtendedProtectionPolicy
GetExtendedProtectionPolicy()
480
ExtendedProtectionPolicy
extendedProtection = null;
698
public
ExtendedProtectionPolicy
IisExtendedProtectionPolicy { get; set; }