5 references to UnsupportedSecuritySetting
System.ServiceModel.Http (5)
System\ServiceModel\BasicHttpBinding.cs (1)
21
throw ExceptionHelper.PlatformNotSupported(SR.Format(SR.
UnsupportedSecuritySetting
, nameof(securityMode), securityMode));
System\ServiceModel\BasicHttpSecurity.cs (1)
37
throw ExceptionHelper.PlatformNotSupported(SR.Format(SR.
UnsupportedSecuritySetting
, nameof(value), value));
System\ServiceModel\HttpBindingBase.cs (2)
296
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.Format(SR.
UnsupportedSecuritySetting
, nameof(security.Mode), mode)));
306
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new NotSupportedException(SR.Format(SR.
UnsupportedSecuritySetting
, "Transport.ClientCredentialType", transport.ClientCredentialType)));
System\ServiceModel\NetHttpsBinding.cs (1)
24
throw ExceptionHelper.PlatformNotSupported(SR.Format(SR.
UnsupportedSecuritySetting
, "securityMode", securityMode));