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