dotnet-sdk/examples/Client
Whit Waldo ef54d75f70
Simplfying Crypto example (#1442)
* Fixed bad console output showing encrypted bytes

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Simplified example so it doesn't require an Azure Key Vault instance and just uses a local set of keys

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Updated README to include instructions for generating the private key

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

* Added private RSA key to project for users that lack OpenSSL on their system - updated README to include warning calling out that this key shouldn't be used for anything but demonstration and testing purposes.

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>

---------

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
2025-01-14 17:38:28 -06:00
..
ConfigurationApi Remove unused using statements. (#1313) 2024-10-24 17:00:09 -05:00
Cryptography Simplfying Crypto example (#1442) 2025-01-14 17:38:28 -06:00
DistributedLock Remove unused using statements. (#1313) 2024-10-24 17:00:09 -05:00
PublishSubscribe Add .NET client for pub/sub support - streaming subscriptions (#1381) 2024-11-05 11:57:21 -06:00
ServiceInvocation Remove unused using statements. (#1313) 2024-10-24 17:00:09 -05:00
StateManagement #906 -Added methods in status API supports for saving and reading binary data (#1116) 2024-12-11 14:41:14 -06:00
README.md Added new links to client folder in example (#938) 2022-08-25 15:48:41 -07:00

README.md

Dapr Client examples

The following examples will show you how to:

SDK docs

For more information on the .NET Dapr client visit the SDK docs.