Skip to content

Commit

Permalink
Fix typo in Strings.resx for Cryptography_AlgorithmTypesMustBeVisible (
Browse files Browse the repository at this point in the history
  • Loading branch information
lammichael committed May 7, 2021
1 parent 453502e commit 8bbfd2a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -340,7 +340,7 @@
<value>Method not supported. Derived class must override.</value>
</data>
<data name="Cryptography_AlgorithmTypesMustBeVisible" xml:space="preserve">
<value>Algorithms added to CryptoConfig must be accessable from outside their assembly.</value>
<value>Algorithms added to CryptoConfig must be accessible from outside their assembly.</value>
</data>
<data name="Cryptography_AddNullOrEmptyName" xml:space="preserve">
<value>CryptoConfig cannot add a mapping for a null or empty name.</value>
Expand Down

0 comments on commit 8bbfd2a

Please sign in to comment.