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)
213
public override bool IsSigned =>
_protectionLevel
!= ProtectionLevel.None;
214
public override bool IsEncrypted =>
_protectionLevel
== ProtectionLevel.EncryptAndSign;
228
if (NetEventSource.Log.IsEnabled()) NetEventSource.Info(this, $"package={clientOptions.Package}, spn={_spn}, requiredProtectionLevel={
_protectionLevel
}");
274
if (
_protectionLevel
== ProtectionLevel.EncryptAndSign)
591
if ((flags & Flags.NegotiateSeal) == 0 &&
_protectionLevel
== ProtectionLevel.EncryptAndSign)