10 instantiations of SecurityNegotiationException
System.ServiceModel.NetFramingBase (7)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (3)
374throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityNegotiationException(tokenValidationException.Message, 379throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityNegotiationException(exception.Message, 384throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityNegotiationException(
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (4)
186throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityNegotiationException(exception.Message, 191throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityNegotiationException( 241throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityNegotiationException(SR.Format( 248throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityNegotiationException(SR.Format(SR.StreamMutualAuthNotSatisfied)));
System.ServiceModel.Primitives.Tests (3)
Security\SecurityNegotiationExceptionTest.cs (3)
21SecurityNegotiationException exception1 = new SecurityNegotiationException(); 23SecurityNegotiationException exception2 = new SecurityNegotiationException(exceptionMessage); 26SecurityNegotiationException exception3 = new SecurityNegotiationException(exceptionMessage, innerException);
5 references to SecurityNegotiationException
Security.TransportSecurity.IntegrationTests (1)
Https\HttpsTests.4.1.0.cs (1)
337Assert.Throws<SecurityNegotiationException>(() => { _ = serviceProxy.Echo(testString); });
System.ServiceModel (1)
netstandard.cs (1)
214[assembly: TypeForwardedTo(typeof(SecurityNegotiationException))]
System.ServiceModel.Primitives.Tests (3)
Security\SecurityNegotiationExceptionTest.cs (3)
21SecurityNegotiationException exception1 = new SecurityNegotiationException(); 23SecurityNegotiationException exception2 = new SecurityNegotiationException(exceptionMessage); 26SecurityNegotiationException exception3 = new SecurityNegotiationException(exceptionMessage, innerException);