Security penetration tools are able to get sensitive information from Memory dump. As far as I know setting null to any variable should be fine I guess ... But I am unable to call dispose any C# varialbes.
Basically I am planing to store everything in keychain and whenever I get the value and after using I willl be setting null to clear off...but why dispose couldn't be called ... I don't know
If there are any better way to handle sensitive data variables in xamarin kindly let me know.