62 references to PlatformNotSupported
dotnet-svcutil-lib (62)
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\ClaimSet.cs (1)
51
throw ExceptionHelper.
PlatformNotSupported
(ExceptionHelper.WinsdowsStreamSecurityNotSupported);
FrameworkFork\System.ServiceModel\System\IdentityModel\Claims\WindowsClaimSet.NetNative.cs (7)
27
throw ExceptionHelper.
PlatformNotSupported
(WindowsStreamSecurityNotSupportedUWP);
35
throw ExceptionHelper.
PlatformNotSupported
(WindowsStreamSecurityNotSupportedUWP);
43
throw ExceptionHelper.
PlatformNotSupported
(WindowsStreamSecurityNotSupportedUWP);
51
throw ExceptionHelper.
PlatformNotSupported
(WindowsStreamSecurityNotSupportedUWP);
57
throw ExceptionHelper.
PlatformNotSupported
(WindowsStreamSecurityNotSupportedUWP);
62
throw ExceptionHelper.
PlatformNotSupported
(WindowsStreamSecurityNotSupportedUWP);
67
throw ExceptionHelper.
PlatformNotSupported
(WindowsStreamSecurityNotSupportedUWP);
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\WindowsSecurityTokenAuthenticator.cs (1)
40
throw ExceptionHelper.
PlatformNotSupported
(ExceptionHelper.WinsdowsStreamSecurityNotSupported);
FrameworkFork\System.ServiceModel\System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (1)
70
throw ExceptionHelper.
PlatformNotSupported
("Mapping to Windows identity not supported.");
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WindowsSecurityToken.NetNative.cs (5)
19
throw ExceptionHelper.
PlatformNotSupported
("Windows Stream Security is not supported on UWP yet");
27
throw ExceptionHelper.
PlatformNotSupported
("Windows Stream Security is not supported on UWP yet");
35
throw ExceptionHelper.
PlatformNotSupported
("Windows Stream Security is not supported on UWP yet");
43
throw ExceptionHelper.
PlatformNotSupported
("Windows Stream Security is not supported on UWP yet");
49
throw ExceptionHelper.
PlatformNotSupported
("Windows Stream Security is not supported on UWP yet");
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\X509SecurityToken.cs (1)
71
throw ExceptionHelper.
PlatformNotSupported
("X509SecurityToken.SecurityKeys");
FrameworkFork\System.ServiceModel\System\ServiceModel\AuditLogLocation.cs (1)
22
throw ExceptionHelper.
PlatformNotSupported
(SRServiceModel.SecurityAuditPlatformNotSupported);
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (1)
21
throw ExceptionHelper.
PlatformNotSupported
(string.Format(SRServiceModel.UnsupportedSecuritySetting, "securityMode", securityMode));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
205
throw ExceptionHelper.
PlatformNotSupported
("client certificates not supported yet");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (3)
211
throw ExceptionHelper.
PlatformNotSupported
("StreamedFramingRequestChannel not yet implemented");
284
throw ExceptionHelper.
PlatformNotSupported
("ConnectionOrientedTransportChannelFactory async open path");
289
throw ExceptionHelper.
PlatformNotSupported
("ConnectionOrientedTransportChannelFactory async open path");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1153
throw ExceptionHelper.
PlatformNotSupported
("proxy-connection");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (3)
105
throw ExceptionHelper.
PlatformNotSupported
("Client certificates");
173
throw ExceptionHelper.
PlatformNotSupported
("Client certificates not supported yet");
230
throw ExceptionHelper.
PlatformNotSupported
("Client certificates not supported yet");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
169
ExceptionHelper.
PlatformNotSupported
(SRServiceModel.ExtendedProtectionNotSupported);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceModelHttpMessageHandler.CoreClr.cs (2)
64
set { throw ExceptionHelper.
PlatformNotSupported
("CheckCertificateRevocationList not yet support"); }
76
set { throw ExceptionHelper.
PlatformNotSupported
("Certificate validation not supported yet"); }
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (7)
85
throw ExceptionHelper.
PlatformNotSupported
("SslStreamSecurityUpgradeProvider.Identity - server certificate");
249
throw ExceptionHelper.
PlatformNotSupported
("SslStreamSecurityUpgradeProvider async path");
254
throw ExceptionHelper.
PlatformNotSupported
("SslStreamSecurityUpgradeProvider async path");
298
throw ExceptionHelper.
PlatformNotSupported
("SslStreamSecurityUpgradeProvider async path");
303
throw ExceptionHelper.
PlatformNotSupported
("SslStreamSecurityUpgradeProvider async path");
382
throw ExceptionHelper.
PlatformNotSupported
("SslStreamSecurityUpgradeProvider async path");
387
throw ExceptionHelper.
PlatformNotSupported
("SslStreamSecurityUpgradeProvider async path");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityBindingElement.cs (2)
54
throw ExceptionHelper.
PlatformNotSupported
("TransportSecurityBindingElement.BuildChannelFactoryCore is not supported.");
64
throw ExceptionHelper.
PlatformNotSupported
("TransportSecurityBindingElement doesn't support ChannelProtectionRequirements yet.");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
367
throw ExceptionHelper.
PlatformNotSupported
("Server certificate validation not supported yet");
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (2)
226
throw ExceptionHelper.
PlatformNotSupported
(ExceptionHelper.WinsdowsStreamSecurityNotSupported);
393
throw ExceptionHelper.
PlatformNotSupported
(ExceptionHelper.WinsdowsStreamSecurityNotSupported);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
967
throw ExceptionHelper.
PlatformNotSupported
("security: protectionLevel");
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointIdentity.cs (2)
54
throw ExceptionHelper.
PlatformNotSupported
("EndpointIdentity.CreateIdentity is not supported.");
105
throw ExceptionHelper.
PlatformNotSupported
("EndpointIdentity.GetClaimComparer is not supported.");
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
147
throw ExceptionHelper.
PlatformNotSupported
(string.Format(SRServiceModel.UnsupportedBindingProperty, "MessageEncoding", MessageEncoding));
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs (2)
22
throw ExceptionHelper.
PlatformNotSupported
(string.Format(SRServiceModel.UnsupportedSecuritySetting, "securityMode", securityMode));
103
throw ExceptionHelper.
PlatformNotSupported
(string.Format(SRServiceModel.UnsupportedBindingProperty, "MessageEncoding", MessageEncoding));
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
404
throw ExceptionHelper.
PlatformNotSupported
(nameof(SecurityMode.Message));
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (7)
119
throw ExceptionHelper.
PlatformNotSupported
("CreateSecurityTokenProvider (IsIssuedSecurityTokenRequirement(initiatorRequirement)");
125
throw ExceptionHelper.
PlatformNotSupported
("CreateSecurityTokenProvider X509Certificate - SecurityKeyUsage.Exchange");
179
throw ExceptionHelper.
PlatformNotSupported
("CreateSecurityTokenSerializer(SecurityTokenVersion version) not supported");
213
throw ExceptionHelper.
PlatformNotSupported
("CreateSecurityTokenAuthenticator : GenericXmlSecurityTokenAuthenticator");
234
throw ExceptionHelper.
PlatformNotSupported
("CreateSecurityTokenAuthenticator : SecurityTokenTypes.Rsa");
238
throw ExceptionHelper.
PlatformNotSupported
("CreateSecurityTokenAuthenticator : SecurityTokenTypes.Kerberos");
245
throw ExceptionHelper.
PlatformNotSupported
("CreateSecurityTokenAuthenticator : GenericXmlSecurityTokenAuthenticator");
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityChannel.cs (2)
76
throw ExceptionHelper.
PlatformNotSupported
("SecurityChannel async path");
81
throw ExceptionHelper.
PlatformNotSupported
("SecurityChannel async path");
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (3)
516
throw ExceptionHelper.
PlatformNotSupported
("UPN claim not supported");
554
throw ExceptionHelper.
PlatformNotSupported
(ExceptionHelper.WinsdowsStreamSecurityNotSupported);
660
throw ExceptionHelper.
PlatformNotSupported
(ExceptionHelper.WinsdowsStreamSecurityNotSupported);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (2)
114
throw ExceptionHelper.
PlatformNotSupported
("X509CertificateValidationMode.PeerTrust is not supported");
131
throw ExceptionHelper.
PlatformNotSupported
("X509CertificateValidationMode.PeerTrust is not supported");