10 references to ProtectionScenario
netstandard (1)
netstandard.cs (1)
1830
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExtendedProtection.
ProtectionScenario
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
845
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Authentication.ExtendedProtection.
ProtectionScenario
))]
System.ComponentModel.TypeConverter (1)
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicyTypeConverter.cs (1)
40
parameterTypes = new Type[] { typeof(PolicyEnforcement), typeof(
ProtectionScenario
), typeof(ICollection) };
System.Net.Security (7)
System\Net\Security\NegotiateAuthentication.cs (1)
420
if (_isSecureConnection && _extendedProtectionPolicy.ProtectionScenario ==
ProtectionScenario
.TransportSelected)
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (6)
20
private readonly
ProtectionScenario
_protectionScenario;
24
ProtectionScenario
protectionScenario,
43
ProtectionScenario
protectionScenario,
60
_protectionScenario =
ProtectionScenario
.TransportSelected;
68
_protectionScenario =
ProtectionScenario
.TransportSelected;
93
public
ProtectionScenario
ProtectionScenario