You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/encryption/encryption-sample.include.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
Running the solution starts two console applications. `Endpoint1` encrypts a message and sends it and`Endpoint2` receives the encrypted message and decrypts it.
1
+
Running the solution starts two console applications. `Endpoint1` encrypts a message and sends it, while`Endpoint2` receives the encrypted message and decrypts it.
2
2
3
3
4
4
### Endpoint1 output
@@ -30,11 +30,11 @@ snippet: Message
30
30
31
31
### Encryption configuration
32
32
33
-
Encryption is enabled by calling an extension method in `Program.cs`in both `Endpoint1` and `Endpoint2`:
33
+
Encryption is enabled by calling an extension method in `Program.cs`for both `Endpoint1` and `Endpoint2`:
34
34
35
35
snippet: enableEncryption
36
36
37
-
The extension method is in `Shared/EncryptionExtensions.cs`:
37
+
The extension method is implemented in `Shared/EncryptionExtensions.cs`:
0 commit comments