Differences
This shows you the differences between the selected revisions of the page.
2018-08-20 | 2018-08-20 | ||
dotnet interwiki (martin) | link update (martin) | ||
Line 146: | Line 146: | ||
</code> | </code> | ||
- | To decrypt the password, use ''[[https://msdn.microsoft.com/en-us/library/xh68ketz.aspx|ProtectedData.Unprotect]]'':((You need to reference the ''System.Security'' assembly in your project to use the ''ProtectedData'' class.)) | + | To decrypt the password, use ''[[dotnet>system.security.cryptography.protecteddata.unprotect|ProtectedData.Unprotect]]'':((You need to reference the ''System.Security'' assembly in your project to use the ''ProtectedData'' class.)) |
<code csharp> | <code csharp> |