118 references to PlatformNotSupported
System.ServiceModel.Primitives (118)
Extensions\ReflectionExtensions.cs (10)
29throw ExceptionHelper.PlatformNotSupported(); 33throw ExceptionHelper.PlatformNotSupported(); 37throw ExceptionHelper.PlatformNotSupported(); 101throw ExceptionHelper.PlatformNotSupported(); 105throw ExceptionHelper.PlatformNotSupported(); 213throw ExceptionHelper.PlatformNotSupported(); 217throw ExceptionHelper.PlatformNotSupported(); 224throw ExceptionHelper.PlatformNotSupported(); 228throw ExceptionHelper.PlatformNotSupported(); 232throw ExceptionHelper.PlatformNotSupported();
Internals\System\Runtime\Diagnostics\DiagnosticTraceBase.cs (2)
178throw ExceptionHelper.PlatformNotSupported(); 182throw ExceptionHelper.PlatformNotSupported();
System\IdentityModel\Claims\ClaimComparer.cs (4)
274throw ExceptionHelper.PlatformNotSupported(); 279throw ExceptionHelper.PlatformNotSupported(); 299throw ExceptionHelper.PlatformNotSupported(); 304throw ExceptionHelper.PlatformNotSupported();
System\IdentityModel\CryptoHelper.cs (11)
26throw ExceptionHelper.PlatformNotSupported(); 31throw ExceptionHelper.PlatformNotSupported(); 36throw ExceptionHelper.PlatformNotSupported(); 41throw ExceptionHelper.PlatformNotSupported(); 46throw ExceptionHelper.PlatformNotSupported(); 51throw ExceptionHelper.PlatformNotSupported(); 56throw ExceptionHelper.PlatformNotSupported(); 90throw ExceptionHelper.PlatformNotSupported(); 95throw ExceptionHelper.PlatformNotSupported(); 229throw ExceptionHelper.PlatformNotSupported(); 254throw ExceptionHelper.PlatformNotSupported();
System\IdentityModel\HashStream.cs (5)
71throw ExceptionHelper.PlatformNotSupported(); 81throw ExceptionHelper.PlatformNotSupported(); 91throw ExceptionHelper.PlatformNotSupported(); 96throw ExceptionHelper.PlatformNotSupported(); 101throw ExceptionHelper.PlatformNotSupported();
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (2)
111throw ExceptionHelper.PlatformNotSupported(); 116throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Channels\AddressHeader.cs (2)
154throw ExceptionHelper.PlatformNotSupported(); 277throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Channels\Addressing.cs (2)
502throw ExceptionHelper.PlatformNotSupported(); 649throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Channels\BodyWriter.cs (2)
100throw ExceptionHelper.PlatformNotSupported(); 105throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Channels\ChannelBuilder.cs (1)
29throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Channels\LayeredChannel.cs (6)
56protected override void OnClose(TimeSpan timeout) => throw ExceptionHelper.PlatformNotSupported(); 58protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state) => throw ExceptionHelper.PlatformNotSupported(); 60protected override void OnEndClose(IAsyncResult result) => throw ExceptionHelper.PlatformNotSupported(); 67protected override void OnOpen(TimeSpan timeout) => throw ExceptionHelper.PlatformNotSupported(); 69protected override IAsyncResult OnBeginOpen(TimeSpan timeout, AsyncCallback callback, object state) => throw ExceptionHelper.PlatformNotSupported(); 71protected override void OnEndOpen(IAsyncResult result) => throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Channels\LayeredChannelFactory.cs (5)
278protected override IAsyncResult OnBeginClose(TimeSpan timeout, AsyncCallback callback, object state) => throw ExceptionHelper.PlatformNotSupported(); 280protected override void OnEndClose(IAsyncResult result) => throw ExceptionHelper.PlatformNotSupported(); 289protected override void OnClose(TimeSpan timeout) => throw ExceptionHelper.PlatformNotSupported(); 291protected override IAsyncResult OnBeginOpen(TimeSpan timeout, AsyncCallback callback, object state) => throw ExceptionHelper.PlatformNotSupported(); 293protected override void OnEndOpen(IAsyncResult result) => throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
308throw ExceptionHelper.PlatformNotSupported(); 596throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Channels\ServiceChannelFactory.cs (1)
362throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Description\TypeLoader.cs (2)
323throw ExceptionHelper.PlatformNotSupported(); 2079throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Security\InitiatorSessionSymmetricTransportSecurityProtocol.cs (3)
68throw ExceptionHelper.PlatformNotSupported(); 99throw ExceptionHelper.PlatformNotSupported(); 117throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Security\ReceiveSecurityHeader.cs (18)
327throw ExceptionHelper.PlatformNotSupported(); // No support for message encryption 456throw ExceptionHelper.PlatformNotSupported(); 465throw ExceptionHelper.PlatformNotSupported(); 492throw ExceptionHelper.PlatformNotSupported(); 498throw ExceptionHelper.PlatformNotSupported(); 504throw ExceptionHelper.PlatformNotSupported(); 509throw ExceptionHelper.PlatformNotSupported(); 514throw ExceptionHelper.PlatformNotSupported(); 530throw ExceptionHelper.PlatformNotSupported(); 534throw ExceptionHelper.PlatformNotSupported(); 542throw ExceptionHelper.PlatformNotSupported(); 546throw ExceptionHelper.PlatformNotSupported(); 550throw ExceptionHelper.PlatformNotSupported(); 554throw ExceptionHelper.PlatformNotSupported(); 723throw ExceptionHelper.PlatformNotSupported(); 871throw ExceptionHelper.PlatformNotSupported(); 880throw ExceptionHelper.PlatformNotSupported(); 1087throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Security\ReceiveSecurityHeaderElementManager.cs (1)
90throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Security\SecurityAppliedMessage.cs (2)
138throw ExceptionHelper.PlatformNotSupported(); 165throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Security\SecurityProtocolFactory.cs (3)
408throw ExceptionHelper.PlatformNotSupported(); 416throw ExceptionHelper.PlatformNotSupported(); 485throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Security\SecuritySessionClientSettings.cs (6)
465throw ExceptionHelper.PlatformNotSupported(); 470throw ExceptionHelper.PlatformNotSupported(); 475throw ExceptionHelper.PlatformNotSupported(); 1304throw ExceptionHelper.PlatformNotSupported(); 1309throw ExceptionHelper.PlatformNotSupported(); 1314throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Security\SendSecurityHeader.cs (9)
172throw ExceptionHelper.PlatformNotSupported(); 413throw ExceptionHelper.PlatformNotSupported(); 419throw ExceptionHelper.PlatformNotSupported(); 440throw ExceptionHelper.PlatformNotSupported(); // Encrypting isn't supported 457throw ExceptionHelper.PlatformNotSupported(); // Encrypting can only come first when using message encryption which isn't supported 471throw ExceptionHelper.PlatformNotSupported(); // Encrypting can only come first when using message encryption which isn't supported 552throw ExceptionHelper.PlatformNotSupported(); 669throw ExceptionHelper.PlatformNotSupported(); 697throw ExceptionHelper.PlatformNotSupported(); // Derived keys not supported initially
System\ServiceModel\Security\SessionSymmetricTransportSecurityProtocolFactory.cs (2)
47throw ExceptionHelper.PlatformNotSupported(); 60throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Security\Tokens\BinarySecretSecurityToken.cs (1)
47throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (1)
145throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Security\TransportSecurityProtocol.cs (2)
39throw ExceptionHelper.PlatformNotSupported(); 149throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
407throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (1)
48throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
278throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (4)
275throw ExceptionHelper.PlatformNotSupported(); 292throw ExceptionHelper.PlatformNotSupported(); 309throw ExceptionHelper.PlatformNotSupported(); 326throw ExceptionHelper.PlatformNotSupported();
System\ServiceModel\Security\WSTrust.cs (6)
415throw ExceptionHelper.PlatformNotSupported(); 420throw ExceptionHelper.PlatformNotSupported(); 425throw ExceptionHelper.PlatformNotSupported(); 430throw ExceptionHelper.PlatformNotSupported(); 435throw ExceptionHelper.PlatformNotSupported(); 440throw ExceptionHelper.PlatformNotSupported();