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