2 writes to _requiredProtectionLevel
System.Net.Security (2)
System\Net\Security\NegotiateAuthentication.cs (2)
41
_requiredProtectionLevel
= clientOptions.RequiredProtectionLevel;
57
_requiredProtectionLevel
= serverOptions.RequiredProtectionLevel;
2 references to _requiredProtectionLevel
System.Net.Security (2)
System\Net\Security\NegotiateAuthentication.cs (2)
228
else if (
_requiredProtectionLevel
!= ProtectionLevel.None && ProtectionLevel <
_requiredProtectionLevel
)