12 references to PlatformNotSupported
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)
132throw 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);