I have a .net framework 4.7 library with extensions methods, one of them use a securestring, but I would like to convert this library to .net Standard 1.6. However, It is not possible to use the SecureString type.
So I would like to know if there are alternatives to SecureString in .net Standard.
Thanks.