9 references to MessageAltered
System.Net.Security (9)
System\Net\NegotiateAuthenticationPal.ManagedNtlm.cs (2)
875return NegotiateAuthenticationStatusCode.MessageAltered; 903return NegotiateAuthenticationStatusCode.MessageAltered;
System\Net\NegotiateAuthenticationPal.ManagedSpnego.cs (1)
386statusCode = NegotiateAuthenticationStatusCode.MessageAltered;
System\Net\NegotiateAuthenticationPal.Unix.cs (3)
371Interop.NetSecurityNative.Status.GSS_S_BAD_SIG => NegotiateAuthenticationStatusCode.MessageAltered, 401Interop.NetSecurityNative.Status.GSS_S_BAD_SIG => NegotiateAuthenticationStatusCode.MessageAltered, 759return NegotiateAuthenticationStatusCode.MessageAltered;
System\Net\Security\NegotiateAuthentication.cs (2)
329/// <see cref="NegotiateAuthenticationStatusCode.MessageAltered" /> if the message signature was 357/// <see cref="NegotiateAuthenticationStatusCode.MessageAltered" /> if the message signature was
System\Net\Security\NegotiateStream.cs (1)
828NegotiateAuthenticationStatusCode.MessageAltered => (int)Interop.SECURITY_STATUS.MessageAltered,