We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9beec6 commit c2c74abCopy full SHA for c2c74ab
README.md
@@ -308,7 +308,6 @@ It has three implementations:
308
Switching the encryption engine to for example `DataProtectionSecretEncryptor` can be done in code, adding these two lines:
309
310
```
311
-builder.Services.AddDataProtection();
312
builder.Services.AddUnique<ISecretEncryptor, DataProtectionSecretEncrytor>();
313
314
0 commit comments