Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.3 KB

File metadata and controls

24 lines (15 loc) · 1.3 KB

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