./nugetz

policyserver/PolicyServer2.Management.Clientv2.1.1

docs d<> code .compare c
.NET Std2.0

.NET Client Library for PolicyServer2 Management API

License

View license

Deps

8

Install Size

Vulns

✓ 0

Published

Jun 17, 2025

Get Started

$ dotnet add package PolicyServer2.Management.Client

Readme

PolicyServer2.Management.Client

This package is used to interact with the PolicyServer2 Management API from a .NET 4.8.1 or a .NET Application. It is used to manage PolicyServer.

Version 2.1.0 replaces using the HttpClient constructor directly with using an IHttpClientFactory for better scalability.

Version 2.1.1 suppresses the warning CA2252: Opt in to preview features before using them that is output due to preview features AuthorizationPolicyProvider in .NET . PolicyServer client code does not use the preview classes.