4 writes to RequiredProtectionLevel
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\AuthenticationHelper.NtAuth.cs (1)
176RequiredProtectionLevel = requiredProtectionLevel,
System.Net.Mail (1)
System\Net\Mail\SmtpNegotiateAuthenticationModule.cs (1)
48RequiredProtectionLevel = protectionLevel,
System.Net.Security (2)
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (1)
124RequiredProtectionLevel = _clientOptions.RequiredProtectionLevel,
System\Net\Security\NegotiateStream.cs (1)
694RequiredProtectionLevel = protectionLevel,
5 references to RequiredProtectionLevel
System.Net.Security (5)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (1)
226_protectionLevel = clientOptions.RequiredProtectionLevel;
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (1)
124RequiredProtectionLevel = _clientOptions.RequiredProtectionLevel,
System\Net\NegotiateAuthenticationPal.Unix.cs (1)
168Interop.NetSecurityNative.GssFlags contextFlags = clientOptions.RequiredProtectionLevel switch
System\Net\Security\NegotiateAuthentication.cs (2)
41_requiredProtectionLevel = clientOptions.RequiredProtectionLevel; 93/// level specified by <see cref="NegotiateAuthenticationClientOptions.RequiredProtectionLevel" /> or