Skip to content

Commit aa9a18e

Browse files
readme security
1 parent e29106d commit aa9a18e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

2_Libs/Security/Readme.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ This chapter contains the following code samples:
99
* X509CertificateSample (get a certificate from Azure Key Vault)
1010
* SigningDemo (signing using `ECDsaCng`)
1111
* SecureTransfer (encrypting and decrypting a message, this sample requires .NET 4.6)
12-
* RSASample (signing and hashing with `RSACng`)
1312
* Web Security
1413
* ASPNETCoreMVCSecurity (encoding, injection, XSRF)
1514

@@ -19,7 +18,7 @@ To configure the Azure Key Vault and create certificates using the Azure CLI see
1918
* [prepare key vault](preparekeyvault.sh)
2019
* [create certificates](createcertificates.sh)
2120

22-
For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp7)
21+
For code comments and issues please check [Professional C#'s GitHub Repository](https://github.com/ProfessionalCSharp/ProfessionalCSharp2021)
2322

2423
Please check my blog [csharp.christiannagel.com](https://csharp.christiannagel.com "csharp.christiannagel.com") for additional information for topics covered in the book.
2524

0 commit comments

Comments
 (0)