|
1 |
| -# Virgil.PureKit .NET/C# SDK |
| 1 | +# Virgil PureKit .NET/C# SDK |
2 | 2 |
|
3 | 3 | [](https://www.nuget.org/packages/Virgil.PureKit/)
|
4 | 4 | [](https://ci.appveyor.com/project/unlim-it/sdk-net/branch/release)
|
@@ -55,7 +55,7 @@ Here is an example of how to specify your credentials Protocol class instance:
|
55 | 55 | ```cs
|
56 | 56 | using Virgil.PureKit;
|
57 | 57 |
|
58 |
| -// here set your PureKit credentials |
| 58 | +// here set your PURE App credentials |
59 | 59 | var context = ProtocolContext.Create(
|
60 | 60 | appToken: "AT.OSoPhirdopvijQlFPKdlSydN9BUrn5oEuDwf3Hqps",
|
61 | 61 | servicePublicKey: "PK.1.BFFiWkunWRuVMvJVybtCOZEReUui5V3NmwY21doyxoFlurSYEo1fwSW22mQ8ZPq9pUWVm1rvYhF294wstqu//a4=",
|
@@ -216,7 +216,7 @@ Move to Virgil.PureKit SDK configuration file and specify your `UPDATE_TOKEN`:
|
216 | 216 | ```cs
|
217 | 217 | using Virgil.PureKit;
|
218 | 218 |
|
219 |
| -// here set your PureKit credentials |
| 219 | +// here set your PURE App credentials |
220 | 220 | var context = ProtocolContext.Create(
|
221 | 221 | appToken: "AT.OSoPhirdopvijQlFPKdlSydN9BUrn5oEuDwf3Hqps",
|
222 | 222 | servicePublicKey: "PK.1.BFFiWkunWRuVMvJVybtCOZEReUui5V3NmwY21doyxoFlurSYEo1fwSW22mQ8ZPq9pUWVm1rvYhF294wstqu//a4=",
|
@@ -273,7 +273,7 @@ virgil pure update-keys <service_public_key> <app_secret_key> <update_token>
|
273 | 273 | ```cs
|
274 | 274 | using Virgil.PureKit;
|
275 | 275 |
|
276 |
| -// here set up your PURE App credentials |
| 276 | +// here set your PURE App credentials |
277 | 277 | var context = ProtocolContext.Create(
|
278 | 278 | appToken: "APP_TOKEN_HERE",
|
279 | 279 | servicePublicKey: "NEW_SERVICE_PUBLIC_KEY_HERE",
|
|
0 commit comments