.NET has native class in System.Security namespace, called: SecureString Using of this class could be useful if we don’t want to send strings over our private/public network in plain text format. Of course, this is not a 100% secure solution. …
.NET has native class in System.Security namespace, called: SecureString Using of this class could be useful if we don’t want to send strings over our private/public network in plain text format. Of course, this is not a 100% secure solution. …