1 write to _protectionLevel
System.Net.Security (1)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
241_protectionLevel = clientOptions.RequiredProtectionLevel;
5 references to _protectionLevel
System.Net.Security (5)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (5)
228public override bool IsSigned => _protectionLevel != ProtectionLevel.None; 229public override bool IsEncrypted => _protectionLevel == ProtectionLevel.EncryptAndSign; 243if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"package={clientOptions.Package}, spn={_spn}, requiredProtectionLevel={_protectionLevel}"); 289if (_protectionLevel == ProtectionLevel.EncryptAndSign) 606if ((flags & Flags.NegotiateSeal) == 0 && _protectionLevel == ProtectionLevel.EncryptAndSign)