Skip to content
Snippets Groups Projects
Commit 4ed72688 authored by Ruben wihler's avatar Ruben wihler
Browse files

cleaned doc

parent 5c18b5b2
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,8 @@ public static string Decrypt(string encryptedText, string aesKey, string aesIV,
var decryptedText = HybridEncryption.Decrypt(encryptedText, encryptedAESKey, encryptedAESIV, privateKey);
```
------------------------------------------------------------------------------------------------------------------------
## Private Methods <a name="private-methods"></a>
```csharp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment