Microsoft.IdentityModel.Protocols.WsTrust 6.8.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Microsoft.IdentityModel.Protocols.WsTrust --version 6.8.0
NuGet\Install-Package Microsoft.IdentityModel.Protocols.WsTrust -Version 6.8.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="Microsoft.IdentityModel.Protocols.WsTrust" Version="6.8.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.IdentityModel.Protocols.WsTrust --version 6.8.0
#r "nuget: Microsoft.IdentityModel.Protocols.WsTrust, 6.8.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 Microsoft.IdentityModel.Protocols.WsTrust as a Cake Addin
#addin nuget:?package=Microsoft.IdentityModel.Protocols.WsTrust&version=6.8.0

// Install Microsoft.IdentityModel.Protocols.WsTrust as a Cake Tool
#tool nuget:?package=Microsoft.IdentityModel.Protocols.WsTrust&version=6.8.0

Includes types that provide support for creating, serializing and validating WsTrust Messages.

Product 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. 
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on Microsoft.IdentityModel.Protocols.WsTrust:

Package Downloads
System.ServiceModel.Federation The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides the types that allow security communications with SOAP messages using WS-Federation.

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

Solid.IdentityModel.Xml

Package Description

Solid.Identity.Protocols.WsTrust

Package Description

Solid.ServiceModel.Security.WsTrust

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Microsoft.IdentityModel.Protocols.WsTrust:

Repository Stars
dotnet/wcf
This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
Version Downloads Last updated
6.8.0 13,341,990 10/19/2020
6.7.2-preview-10803222715 3,123 8/4/2020
6.6.1-preview-10617201806 744 6/17/2020