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