8 instantiations of SecurityNegotiationException
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
141
return new
SecurityNegotiationException
(string.Format(SRServiceModel.TrustFailure, request.RequestUri.Authority), exception);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (5)
360
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
SecurityNegotiationException
(exception.Message,
365
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
SecurityNegotiationException
(
605
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
SecurityNegotiationException
(tokenValidationException.Message,
610
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
SecurityNegotiationException
(exception.Message,
615
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
SecurityNegotiationException
(
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
433
new
SecurityNegotiationException
(string.Format(SRServiceModel.HttpsServerCertThumbprintMismatch,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\BinaryNegotiation.cs (1)
53
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
SecurityNegotiationException
(string.Format(SRServiceModel.IncorrectBinaryNegotiationValueType, _valueTypeUri)));
1 reference to SecurityNegotiationException
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
409
catch (
SecurityNegotiationException
)