22 references to PlatformNotSupported
System.ServiceModel.Http (6)
System\ServiceModel\BasicHttpBinding.cs (1)
21throw ExceptionHelper.PlatformNotSupported(SR.Format(SR.UnsupportedSecuritySetting, nameof(securityMode), securityMode));
System\ServiceModel\BasicHttpSecurity.cs (1)
37throw ExceptionHelper.PlatformNotSupported(SR.Format(SR.UnsupportedSecuritySetting, nameof(value), value));
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1268throw ExceptionHelper.PlatformNotSupported("proxy-connection");
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
303throw ExceptionHelper.PlatformNotSupported("Certificate could not be found in the MY store.");
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
97ExceptionHelper.PlatformNotSupported(SR.ExtendedProtectionNotSupported);
System\ServiceModel\NetHttpsBinding.cs (1)
24throw ExceptionHelper.PlatformNotSupported(SR.Format(SR.UnsupportedSecuritySetting, "securityMode", securityMode));
System.ServiceModel.NetNamedPipe (4)
System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (1)
21throw ExceptionHelper.PlatformNotSupported(SR.Format(SR.PlatformNotSupported_NetNamedPipe));
System\ServiceModel\NamedPipeTransportSecurity.cs (1)
23throw ExceptionHelper.PlatformNotSupported(SR.Format(SR.PlatformNotSupported_NetNamedPipe));
System\ServiceModel\NetNamedPipeBinding.cs (1)
24throw ExceptionHelper.PlatformNotSupported(SR.Format(SR.PlatformNotSupported_NetNamedPipe));
System\ServiceModel\NetNamedPipeSecurity.cs (1)
22throw ExceptionHelper.PlatformNotSupported(SR.Format(SR.PlatformNotSupported_NetNamedPipe));
System.ServiceModel.Primitives (12)
System\ServiceModel\AuditLogLocation.cs (1)
24throw ExceptionHelper.PlatformNotSupported(SRP.SecurityAuditPlatformNotSupported);
System\ServiceModel\Channels\SecurityBindingElement.cs (1)
486throw ExceptionHelper.PlatformNotSupported("SecurityBindingElement.CreateMutualCertificateBindingElement is not supported.");
System\ServiceModel\Channels\TransportSecurityBindingElement.cs (1)
186throw ExceptionHelper.PlatformNotSupported("TransportSecurityBindingElement doesn't support ChannelProtectionRequirements yet.");
System\ServiceModel\Description\TypeLoader.cs (1)
982throw ExceptionHelper.PlatformNotSupported("security: protectionLevel");
System\ServiceModel\EndpointIdentity.cs (1)
137throw ExceptionHelper.PlatformNotSupported("EndpointIdentity.GetClaimComparer is not supported.");
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (6)
109throw ExceptionHelper.PlatformNotSupported("CreateSecurityTokenProvider (IsIssuedSecurityTokenRequirement(initiatorRequirement)"); 115throw ExceptionHelper.PlatformNotSupported("CreateSecurityTokenProvider X509Certificate - SecurityKeyUsage.Exchange"); 285throw ExceptionHelper.PlatformNotSupported("CreateSecurityTokenAuthenticator : GenericXmlSecurityTokenAuthenticator"); 306throw ExceptionHelper.PlatformNotSupported("CreateSecurityTokenAuthenticator : SecurityTokenTypes.Rsa"); 310throw ExceptionHelper.PlatformNotSupported("CreateSecurityTokenAuthenticator : SecurityTokenTypes.Kerberos"); 317throw ExceptionHelper.PlatformNotSupported("CreateSecurityTokenAuthenticator : GenericXmlSecurityTokenAuthenticator");
System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (1)
71throw ExceptionHelper.PlatformNotSupported(SRP.PeerTrustNotSupportedOnOSX);