System.ServiceModel.Federation
10.0.652802
Prefix Reserved
dotnet add package System.ServiceModel.Federation --version 10.0.652802
NuGet\Install-Package System.ServiceModel.Federation -Version 10.0.652802
<PackageReference Include="System.ServiceModel.Federation" Version="10.0.652802" />
<PackageVersion Include="System.ServiceModel.Federation" Version="10.0.652802" />
<PackageReference Include="System.ServiceModel.Federation" />
paket add System.ServiceModel.Federation --version 10.0.652802
#r "nuget: System.ServiceModel.Federation, 10.0.652802"
#:package System.ServiceModel.Federation@10.0.652802
#addin nuget:?package=System.ServiceModel.Federation&version=10.0.652802
#tool nuget:?package=System.ServiceModel.Federation&version=10.0.652802
System.ServiceModel.Federation
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.IdentityModel.Protocols.WsTrust (>= 6.8.0)
- Microsoft.IdentityModel.Tokens.Saml (>= 8.14.0)
- Microsoft.IdentityModel.Xml (>= 8.14.0)
- System.ServiceModel.Http (>= 10.0.652802)
- System.ServiceModel.Primitives (>= 10.0.652802)
- System.Text.RegularExpressions (>= 4.3.1)
NuGet packages (96)
Showing the top 5 NuGet packages that depend on System.ServiceModel.Federation:
| Package | Downloads |
|---|---|
|
T2B.Services.DynamicAccess.Client
Package Description |
|
|
Data8.PowerPlatform.Dataverse.Client
Provides a WS-Trust compatible client for connecting to on-premise IFD instances of Dynamics 365 from .NET Core. This package builds on top of Microsoft.PowerPlatform.Dataverse.Client and offers an alternative IOrganizationService implementation using WS-Trust. This allows you to connect using the URL of the organization service, username and password without any additional configuration. Because this OnPremiseClient implements the same IOrganizationService as the standard ServiceClient implementation your code can work with either as shown in the sample code below. using Data8.PowerPlatform.Dataverse.Client; using Microsoft.PowerPlatform.Dataverse.Client; using Microsoft.Xrm.Sdk; var onPrem = new OnPremiseClient("https://org.crm.contoso.com/XRMServices/2011/Organization.svc", "AD\\username", "password!"); var online = new ServiceClient("AuthType=ClientSecret;Url=https://contoso.crm.dynamics.com;ClientId=637C79F7-AE71-4E9A-BD5B-1EC5EC9F397A;ClientSecret=p1UiydoIWwUH5AdMbiVBOrEYn8t4RXud"); CreateRecord(onPrem); CreateRecord(online); void CreateRecord(IOrganizationService svc) { var entity = new Entity("account") { ["name"] = "Data8" }; entity.Id = svc.Create(entity); } |
|
|
Walter.Vat
VAT number validator. This version contains validation for EU countries only. You can view the on-line help using this link https://firewallapi.asp-waf.com/?topic=html/T-Walter.Vat.EuropeanVatInformationQuery.htm and get some code samples to help you get started. This package exposes EuropeanVatInformationQuery class allowing you to query VAT data for the European Union as well as the UnitedKingdom. Please note that this package works best in combination with the Walter.Web.FireWall NuGet package allowing you to use GEO discovery to obtain the location of a request see https://www.nuget.org/packages/Walter.Web.FireWall/ for more information. |
|
|
Delfin.Core.Infrastructure
An Infrastructure Layer library designed for Clean Architecture in .NET applications. This package provides the implementation of cross-cutting concerns such as data access, external service integration, and configuration management, ensuring that the application layers remain decoupled from infrastructure details. |
|
|
Pickles.Library
A documentation generator for features written in the Gherkin language |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.652802 | 1,241,368 | 11/11/2025 |
| 8.1.2 | 5,113,113 | 3/5/2025 |
| 8.1.1 | 1,986,119 | 12/12/2024 |
| 8.1.0 | 1,140,829 | 11/12/2024 |
| 8.0.0 | 8,568,463 | 12/13/2023 |
| 6.2.0 | 2,095,932 | 11/8/2023 |
| 6.1.0 | 395,890 | 10/18/2023 |
| 6.0.0 | 7,727,545 | 5/18/2023 |
| 6.0.0-rc.23205.4 | 6,106 | 4/7/2023 |
| 6.0.0-preview1.23060.3 | 13,070 | 1/18/2023 |
| 4.10.3 | 9,786,120 | 10/16/2023 |
| 4.10.2 | 3,188,327 | 3/27/2023 |
| 4.10.0 | 4,015,958 | 8/17/2022 |
| 4.10.0-preview1.22261.2 | 7,705 | 5/16/2022 |
| 4.9.0 | 2,961,493 | 11/8/2021 |
| 4.9.0-rc2.21473.1 | 657 | 10/12/2021 |
| 4.9.0-rc1.21431.2 | 948 | 9/15/2021 |
| 4.9.0-preview1.21220.1 | 765 | 6/30/2021 |