System.ServiceModel.Federation 8.1.0

Prefix Reserved
dotnet add package System.ServiceModel.Federation --version 8.1.0                
NuGet\Install-Package System.ServiceModel.Federation -Version 8.1.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="System.ServiceModel.Federation" Version="8.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.ServiceModel.Federation --version 8.1.0                
#r "nuget: System.ServiceModel.Federation, 8.1.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install System.ServiceModel.Federation as a Cake Addin
#addin nuget:?package=System.ServiceModel.Federation&version=8.1.0

// Install System.ServiceModel.Federation as a Cake Tool
#tool nuget:?package=System.ServiceModel.Federation&version=8.1.0                

About

The System.ServiceModel.Federation provides the types that allow security communications with SOAP messages using WS-Federation.

Installing the package:

Install System.ServiceModel.Federation package from Nuget.org

dotnet add package System.ServiceModel.Federation

How to use

See blog post for more information.

Feedback & Contributing

To explore the project or contribute, visit our GitHub repository. For reporting issues or providing feedback, please open an issue on GitHub.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (67)

Showing the top 5 NuGet packages that depend on System.ServiceModel.Federation:

Package Downloads
T2B.Services.DynamicAccess.Client

Package Description

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.

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); }

Pickles.Library

A documentation generator for features written in the Gherkin language

Seal.net

Seal.NET er et API som har til formål at lette udviklingen af software som overholder DGWS. Seal.NET indpakker detaljerne vedrørende DGWS, og hjælper med at bygge, signere og serialisere ID-kort

GitHub repositories (9)

Showing the top 5 popular GitHub repositories that depend on System.ServiceModel.Federation:

Repository Stars
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET and .NET Core.
CoreWCF/CoreWCF
Main repository for the Core WCF project
axzxs2001/Asp.NetCoreExperiment
原来所有项目都移动到**OleVersion**目录下进行保留。新的案例装以.net 5.0为主,一部分对以前案例进行升级,一部分将以前的工作经验总结出来,以供大家参考!
TV-Rename/tvrename
Organise your TV & Movie videos with ease
damieng/DamienGKit
Useful utility classes and helpers from DamienG.com
Version Downloads Last updated
8.1.0 25,559 11/12/2024
8.0.0 3,139,481 12/13/2023
6.2.0 1,046,809 11/8/2023
6.1.0 303,151 10/18/2023
6.0.0 2,422,489 5/18/2023
6.0.0-rc.23205.4 4,931 4/7/2023
6.0.0-preview1.23060.3 8,750 1/18/2023
4.10.3 3,699,704 10/16/2023
4.10.2 2,121,894 3/27/2023
4.10.0 2,829,825 8/17/2022
4.10.0-preview1.22261.2 7,395 5/16/2022
4.9.0 2,050,984 11/8/2021
4.9.0-rc2.21473.1 417 10/12/2021
4.9.0-rc1.21431.2 700 9/15/2021
4.9.0-preview1.21220.1 528 6/30/2021
4.8.1 6,666,603 1/30/2021
4.8.0 170,563 11/10/2020 4.8.0 is deprecated because it is no longer maintained.
4.8.0-rc2.20474.1 354 11/4/2020
4.8.0-preview3.20412.3 1,686 8/27/2020