Skip to content

dotnet standard wrapper around the CredentialManagement library

License

Notifications You must be signed in to change notification settings

red-gate/RedGate.ThirdParty.CredentialManagement.Standard

Repository files navigation

RedGate.ThirdParty.CredentialManagement.Standard

dotnet standard wrapper around the CredentialManagement library

Project Description

This library provides .NET based API to deal with Windows Credentials Management API.

Introduction

CredentialManagement is a free, open source library that can be utilized to help the application manage storing and retrieving of user credentials using the Windows Credential Management API.

Redgate edit

The contents of this folder were taken from this repo at this commit.

We have removed classes and methods we do not use, and assimilated these classes into our own assemblies for two reasons:

  • firstly, the originating repo looks alright for the moment, but it's very under-used, and might go weird in future,
  • secondly, the Credential Management Windows API is very stable, so we're unlikely to need constant bleeding-edge updates.

Publishing a package

Build using your favorite IDE From the repo root, "<path to nuget exe: ..build\nuget.exe>" push "<path to nupkg: .\CredentialManagement\bin\Debug\RedGate.ThirdParty.CredentialManagement.Standard.1.0.X.nupkg >" -apikey <VSTS_API_key> -source https://red-gate.pkgs.visualstudio.com/_packaging/Main/nuget/v3/index.json

About

dotnet standard wrapper around the CredentialManagement library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages