Update README.md

This commit is contained in:
Ryan Newington
2023-02-03 07:28:02 +11:00
committed by GitHub
parent 084c66224e
commit 511980ef91
+1 -1
View File
@@ -8,7 +8,7 @@ The Lithnet Credential Provider for Windows provides an easy way to create a cre
## Getting started ## Getting started
* Create a new Class Library project. You can use .NET Framework 4.7.2 or higher, or you can use .NET Core 3.1 or higher) to create your provider * Create a new Class Library project. You can use .NET Framework 4.7.2 or higher, or you can use .NET Core 3.1 or higher) to create your provider
* Install the package from nuget `Install-Package Lithnet.CredentialProvider` * Install the package from nuget `Install-Package Lithnet.CredentialProvider`
* Create a new class an inherit from `redentialProviderBase`, as shown below, replacing the `ProgId` and `Guid` values with ones of your own * Create a new class an inherit from `CredentialProviderBase`, as shown below, replacing the `ProgId` and `Guid` values with ones of your own
```cs ```cs
[ComVisible(true)] [ComVisible(true)]