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: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Assemblies are strong-named as per [Strong naming and .NET libraries](https://do
31
31
The SN key is available here: [`Identity.snk`](https://github.com/Mastercard/client-encryption-csharp/blob/master/Identity.snk).
32
32
33
33
### References <aname="references"></a>
34
-
<imgsrc="https://user-images.githubusercontent.com/3964455/55259713-5d771700-525e-11e9-9cf6-af0c01ab176e.png"alt="Encryption of sensitive data"width="75%"height="75%"/>
34
+
<imgsrc="https://user-images.githubusercontent.com/3964455/55345820-c520a280-54a8-11e9-8235-407199fa1d97.png"alt="Encryption of sensitive data"width="75%"height="75%"/>
35
35
36
36
## Usage <aname="usage"></a>
37
37
### Prerequisites <aname="prerequisites"></a>
@@ -405,7 +405,9 @@ See also:
405
405
406
406
##### Usage of the `RestSharpFieldLevelEncryptionInterceptor`
407
407
408
-
`RestSharpFieldLevelEncryptionInterceptor` is located in the `Mastercard.Developer.ClientEncryption.RestSharp` package. To use it:
408
+
`RestSharpFieldLevelEncryptionInterceptor` is located in the `Mastercard.Developer.ClientEncryption.RestSharp` package.
409
+
410
+
To use it:
409
411
410
412
1. Create a new file (for instance `ApiClientWithEncryption.cs`) extending the definition of the generated `ApiClient` class:
0 commit comments