Update README.md
This commit is contained in:
@@ -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)]
|
||||||
|
|||||||
Reference in New Issue
Block a user