private static bool DeleteCredential()

in SurfaceDevCenterManager/Utility/DevCenterCredentialsHandler.cs [82:86]


        private static bool DeleteCredential()
        {
            System.IO.File.Delete(GetSdcmBinPath());
            return true;
        }