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