System.ServiceModel.Security 4.6.0

Package Description

Showing the top 20 packages that depend on System.ServiceModel.Security.

Packages Downloads
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); }
2
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); }
6
Microsoft.Identity.Client
This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET). MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formally Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts and social identities Azure AD B2C. These tokens again access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based client on Windows desktop (.NET 4.5+), UWP, .NET Core, Xamarin iOS and Xamarin Android.
2
Microsoft.Identity.Client
This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET). MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formally Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts and social identities Azure AD B2C. These tokens gain access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based client on Windows desktop (.NET 4.5+), UWP, .NET Core, Xamarin iOS and Xamarin Android.
2
Microsoft.Identity.Client
This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET). MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formally Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts and social identities Azure AD B2C. These tokens gain access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based client on Windows desktop (.NET 4.5+), UWP, .NET Core, Xamarin iOS and Xamarin Android.
3
Microsoft.Identity.Client
This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET). MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formally Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts and social identities Azure AD B2C. These tokens gain access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based client on Windows desktop (.NET 4.5+), UWP, .NET Core, Xamarin iOS and Xamarin Android.
4
Microsoft.Identity.Client
This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET). MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formally Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts and social identities Azure AD B2C. These tokens gain access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based client on Windows desktop (.NET 4.5+), UWP, .NET Core, Xamarin iOS and Xamarin Android.
46
Microsoft.Identity.Client
This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET). MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formally Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts and social identities Azure AD B2C. These tokens gain access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based client on Windows desktop (.NET 4.5+), UWP, .NET Core, Xamarin iOS and Xamarin Android. The release notes are available at https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases.
4
Microsoft.Identity.Client
This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET). MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formally Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts, and social identities via Azure AD B2C. These tokens provide access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based clients - .NET, .NET Framework, .NET MAUI, Xamarin iOS, Xamarin Android and UWP
2
Microsoft.Identity.Client
This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET). MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formally Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts, and social identities via Azure AD B2C. These tokens provide access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based clients - .NET, .NET Framework, .NET MAUI, Xamarin iOS, Xamarin Android and UWP
3
Microsoft.Identity.Client
This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET). MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formally Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts, and social identities via Azure AD B2C. These tokens provide access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based clients - .NET, .NET Framework, .NET MAUI, Xamarin iOS, Xamarin Android and UWP
4
Microsoft.IdentityModel.Clients.ActiveDirectory
There is a newer version of this library available here: https://www.nuget.org/packages/Microsoft.Identity.Client/ Migration guide: https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-net-migration ADAL no longer receives new feature improvements.
5
Microsoft.IdentityModel.Clients.ActiveDirectory
There is a newer version of this library available here: https://www.nuget.org/packages/Microsoft.Identity.Client/ Migration guide: https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-net-migration ADAL no longer receives new feature improvements.
10
System.ServiceModel.Federation
Package Description
2
System.ServiceModel.Federation
Package Description
7
System.ServiceModel.Federation
Provides the types that allow security communications with SOAP messages using WS-Federation.
3

.NETCore 5.0

.NET Framework 4.5

  • No dependencies.

.NET Framework 4.6.1

.NETPortable 0.0

  • No dependencies.

.NET Standard 1.0

.NET Standard 1.1

.NET Standard 1.3

MonoAndroid 1.0

  • No dependencies.

MonoTouch 1.0

  • No dependencies.

Windows 8.0

  • No dependencies.

WindowsPhone 8.0

  • No dependencies.

Xamarin.iOS 1.0

  • No dependencies.

Xamarin.Mac 2.0

  • No dependencies.

Xamarin.TVOS 1.0

  • No dependencies.

Xamarin.WatchOS 1.0

  • No dependencies.

.NET Standard 2.0

Version Downloads Last updated
6.0.0 1 22.09.2024
6.0.0-rc.23205.4 0 07.04.2023
6.0.0-preview1.23060.3 0 18.01.2023
4.10.3 2 24.07.2024
4.10.2 1 11.03.2024
4.10.0 5 04.03.2024
4.10.0-preview1.22261.2 0 16.05.2022
4.9.0 0 08.11.2021
4.9.0-rc2.21473.1 0 12.10.2021
4.9.0-rc1.21431.2 0 15.09.2021
4.9.0-preview1.21220.1 0 30.06.2021
4.8.1 0 30.01.2021
4.8.0 0 10.11.2020
4.8.0-rc2.20474.1 0 04.11.2020
4.8.0-preview3.20412.3 0 27.08.2020
4.7.0 0 03.12.2019
4.7.0-rtm.20072.1 0 18.02.2020
4.7.0-preview2.19522.3 0 01.11.2019
4.7.0-preview1.final 0 15.10.2019
4.6.0 0 23.09.2019
4.6.0-preview9.final 0 04.09.2019
4.6.0-preview8.final 0 13.08.2019
4.6.0-preview6.final 0 12.06.2019
4.6.0-preview5.final 0 10.05.2019
4.5.3 0 20.07.2018
4.5.1 0 18.06.2018
4.5.0 0 29.05.2018
4.5.0-rc1-26502-06 0 06.05.2018
4.5.0-preview2-26410-01 0 10.04.2018
4.5.0-preview1-26228-01 0 28.02.2018
4.4.4 0 20.07.2018
4.4.2 0 17.04.2018
4.4.1 0 09.01.2018
4.4.0 0 11.08.2017
4.4.0-preview2-25419-01 0 27.06.2017
4.4.0-preview1-25303-02 0 09.05.2017
4.3.3 0 20.07.2018
4.3.1 0 09.01.2018
4.3.0 0 16.11.2016
4.3.0-preview1-24610-02 0 24.10.2016
4.0.4 0 20.07.2018
4.0.2 0 09.01.2018
4.0.1 0 27.06.2016
4.0.1-rc2-24027 0 16.05.2016
4.0.1-beta-23516 0 18.11.2015
4.0.1-beta-23409 0 15.10.2015
4.0.1-beta-23225 0 02.09.2015
4.0.0 0 29.07.2015
4.0.0-beta-23109 0 27.07.2015
4.0.0-beta-23019 0 30.06.2015
4.0.0-beta-22816 0 24.04.2015
4.0.0-beta-22605 0 13.02.2015
4.0.0-beta-22416 0 16.01.2015
3.9.0 0 29.07.2015
3.9.0-beta-23109 0 27.07.2015
3.9.0-beta-23019 0 30.06.2015